Semicoroutine
noun
noun ·Rare ·Advanced level
Definitions
Noun
- 1 A type of coroutine with limited control over its execution flow that can yield values multiple times, suspending its execution and allowing the caller to resume it later. However, unlike full coroutines, semicoroutines do not specify where the execution will continue after yielding; control is always returned to the caller.
"Each incarnations needs some block structure information (static and dynamic link, display or such like), a return label, n+1 label variables for the activation points of the cooperation (in the "semicoroutine" case) and of the n coprocedures and the space needed for parameters and locals."
Synonyms
All synonymsExample
More examples"Each incarnations needs some block structure information (static and dynamic link, display or such like), a return label, n+1 label variables for the activation points of the cooperation (in the "semicoroutine" case) and of the n coprocedures and the space needed for parameters and locals."
Etymology
From semi- + coroutine.
More for "semicoroutine"
Data sourced from Wiktionary, WordNet, CMU, and other open linguistic databases. Updated March 2026.