Skip to main content

Work stealing

Work stealing process

  1. One logical run queue is in empty state
  2. Check if existence of goroutines in another logical run queue
  3. Check if existence of other goroutines in global rune queue.
  4. Check if existence of goroutine NetPoller

Work stealing