Work Stealing
Jump to navigation
Jump to search
Internal
Overview
The work stealing goroutine scheduling follows the following basic rules:
- At a fork point, add tasks to the tail of the duque
The work stealing goroutine scheduling follows the following basic rules: