semicoroutine
词形变化
semicoroutines
复数
semicoroutines
释义与例句
n.
-
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.
计算机 工程 数学
词源
From semi- + coroutine.
来源:wiktionary