更新时间:2022-05-21 19:48
coroutine,英语单词,主要用作名词,作名词时译为“协同程序”。
Native coroutine 原生协程
linkage coroutine 连接共行程序
coroutine linkage 翻译 ; 共例程链接
coroutine e 协同程序
recursive coroutine 翻译
guarded coroutine 翻译 ; 保护协同程序英语
Coroutine object 协程对象
Generator-based coroutine 基于生成器的协程
linkage of coroutine 共行程序的连接
Every co-routine must occasionally yield the processor to other co-routines using coroutine.yield .每个协同例程都必须使用coroutine . yield偶尔获得其他协同例程的处理器。
It's just a way to communicate with the coroutine scheduler without using global (or thread-local) variables.它只是一种方法与协同调度通信而不需要使用全局(或局部)变量。
The thing to notice about this wrapper is that each generator/coroutine yields a tuple that contains its intended branch destination.关于这个包装器要注意的一点是,每个生成器/协同程序都会生成一个包含它的预期分支目标的元组。