AdvancedVocabulary#software-architecture#developer-tools#backend

Work-Stealing Scheduler Vocabulary

Learn the vocabulary of an idle worker stealing a task from a busier worker's queue instead of sitting idle.

0 / 5 completed
1 / 5
At standup, a dev mentions that each worker thread keeps its own queue of tasks, and whenever a worker's own queue runs empty, it steals a task from the back of another, busier worker's queue instead of sitting idle. What is this scheduling technique called?