goroutine

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函数十分简单