IntermediateVocabulary#software-architecture#developer-tools#backend

Coroutine Vocabulary

Build fluency in the vocabulary of a function that suspends and later resumes with all of its local state intact.

0 / 5 completed
1 / 5
At standup, a dev mentions a function that can suspend its own execution partway through, yielding control back to its caller, and later resume exactly where it left off with all of its local state intact. What is this construct called?