It is not a problem to define a cancellation conve...
# coroutines
e
It is not a problem to define a cancellation convention. Like Java has this
Thread.interrupted
flag convention. It is great as long as every piece of code rigorously follows it. Unfortunately, there's lot of code in the wild that does not care and cannot be interrupted. The same with any other cooperative cancellation approach.