Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 155 Bytes

go routine.md

File metadata and controls

6 lines (6 loc) · 155 Bytes

#go A goroutine is a lightweight [[thread]] managed by the [[Go]] runtime.

go someBlockingFunction()

the keyword go spawns a new go routine