Say I'm writing a suspending function, and I want ...
# coroutines
o
Say I'm writing a suspending function, and I want to spawn a new coroutine and suspend the current one until the new one has completed. Is there an easy way of doing this without much ceremony?