AImager

协程上下文切换的时机 1

  • The use of the keyword go
  • Garbage collection
  • System calls
  • Synchronization and Orchestration
  • runtime.Gosched
  • already run 100ms and call an un-inline function

第5、6点是额外加的,第6点存疑

疑问

time.Sleep会让线程sleep么?如果sleep的话,超过gomaxproces个sleep后,就没有线程可用了?

参考链接

脚注