Hmm. I thought I could pass a continuation to the ...
# coroutines
h
Hmm. I thought I could pass a continuation to the other and receive its continuation using createCoroutine. Isn't it possible?
e
You can, but very inconvenient and low-level.
h
I see. Thanks!