Work stealing
Work stealing is a load balancing technique used when programming to spread work among the available processors, rather than leaving one to do the work and others being idle.
- More information on work stealing can be found at On the Benefits of Work Stealing in Shared-memory Multiprocessors.
Also see: Processor definitions
