Work stealing
Updated: 12/06/2024 by Computer Hope
Work stealing is a load balancing technique used in programming to spread work evenly among the available processors, rather than having one handle all tasks and others left idle.
CPU terms, Load balancing, Multithreading, Parallel computing