goroutine

名词 n.

英文释义

名词 n.
  1. A lightweight communicating process in the Go programming language.
    — Exercise 14.8: Starting from the Fibonacci-program in Listing 6.10, make a solution which isolates the calculation of the Fibonacci-terms in a goroutine, which sends these results on a channel. Close the channel when finished.

词形变化

goroutines plural

词源

From Go (“programming language”) + routine, to rhyme with coroutine.
0 次浏览 数据来源: Wiktionary