#Go-Routine

1 articles

Introduction of Go Routine on Golang

Introduction of Go Routine on Golang

Use go-routine when the process to be executed as a goroutine must be wrapped in a function. When calling the function, the go command is added in front of it. Thus the process will be detected as a new goroutine.