We also didn’t want to add some very special synta...
# coroutines
o
We also didn’t want to add some very special syntax for this like
suspend fun yield(value : T, c: continue<Unit>)
, partially because such a function can be called in full form from outside of coroutine.