What is a critical section in suspend function? Do...
# coroutines
e
What is a critical section in suspend function? Do you actually need one? Cancellation in coroutines is cooperative. A coroutine can be only cancelled when it is suspended on a cancellable suspending function. It cannot be cancelled at an arbitrary point of its execution