Maybe we shall have smth. like `awaitCancel()` (im...
# coroutines
e
Maybe we shall have smth. like
awaitCancel()
(implemented as
suspendCancellableCoroutine<Nothing> {}
) to make this kind of code more straightforward and easier to understand.
1