Frankly, I don’t know what are Kotlin coroutines, ...
# coroutines
e
Frankly, I don’t know what are Kotlin coroutines, exactly from the SC standpoint of view. The closest it comes to are “delimited continuations” from the past century which were invented back then for solving essentially the same problem of asynchronous computations (it was called a problem of “multiple prompts” back then). They are mentioned in intro section as “also knows as”.