goroutine
美
英 
- 網(wǎng)絡(luò)去程;計算過程;分成多部份
例句
These goroutines are mapped to the appropriate operating-system concurrency primitives (e. g. POSIX threads) by the Go runtime.
這些goroutine將會通過Go運行時而映射到適當的操作系統(tǒng)原語(比如,POSIX線程)。
Goroutines are lightweight parallel paths of program execution similar to threads, coroutines, or processes.
Goroutine是輕量級的并行程序執(zhí)行路徑,與線程,coroutine或者進程類似。
With goroutines, parallel execution of code is easy.
有了goroutine,代碼的并行執(zhí)行就容易了。
Spawning a goroutine to run a function named DoThis is as simple as this
創(chuàng)建一個goroutine來運行名為DoThis的函數(shù)十分簡單