Quick conceptual question: Must the suspend funct...
# coroutines
i
Quick conceptual question: Must the suspend function be called from the suspending lambda block itself, or can it be called inside a function that is called from the suspending lambda block?