goroutine
美
英 
例句
These goroutines are mapped to the appropriate operating-system concurrency primitives (e. g. POSIX threads) by the Go runtime.
这些goroutine将会通过Go运行时而映射到适当的操作系统原语(比如,POSIX线程)。
Goroutines are lightweight parallel paths of program execution similar to threads, coroutines, or processes.
Goroutine是轻量级的并行程序执行路径,与线程,coroutine或者进程类似。
With goroutines, parallel execution of code is easy.
有了goroutine,代码的并行执行就容易了。
Spawning a goroutine to run a function named DoThis is as simple as this
创建一个goroutine来运行名为DoThis的函数十分简单