Note, that `suspending{…}` is a workaround. You’ll...
# coroutines
e
Note, that
suspending{…}
is a workaround. You’ll be able to write it without wrapping into
suspending{}
in the future (the compiler will wrap it for you automagically)