If I know my block will execute in the same corout...
# coroutines
h
If I know my block will execute in the same coroutine context, how can I achieve the above by passing something into the block?
u
Explicitly type
block
as suspending lambda
t
and there is
val block = suspend { ...