<@U2E974ELT> Thanks! Is there a common name to cla...
# coroutines
f
@elizarov Thanks! Is there a common name to classify the functions in the bottom class, i.e., suspendCoroutine and all the extension functions built on top of it, such as await, aRead, aWrite, ...? Having the term "coroutine builders" for the top class is very useful when explaining coroutines.
e
I just call them suspending functions, since there is really no clear-cut distinction