So, a cancellation really becomes a concern for ev...
# coroutines
e
So, a cancellation really becomes a concern for every suspending function and, unfortunately, there does not seem to be any magic way to make all suspending function automagically become cancel-aware. Anyway, in 1.1 we will incubate this idea somewhere in
kotlinx
and if that works, then we’ll have to make this cancelable dispatcher a part of stdlib in 1.2, because it only really works if it is universally adopted.
👍 1