IntermediateVocabulary#frontend#backend#developer-tools

Event Loop Vocabulary

Build fluency in the vocabulary of a single thread continuously pulling the next task off a queue.

0 / 5 completed
1 / 5
At standup, a dev mentions a single thread continuously pulling the next task off a queue, whether it's a timer firing, an I/O callback, or a promise resolving, and running it to completion before picking up the next one. What is this mechanism called?