S先生の筆記📒


Leanring Kotlin Coroutines

对于Kotlin的Coroutines,不应该参考维基百科的协程定义。

Kotlin’s coroutines are a language-level feature designed for structured concurrency, while operating system coroutines are a low-level mechanism for cooperative multitasking provided by the operating system or user-level libraries.