Stylianos Gakis
01/19/2022, 10:28 PMkotlinx.coroutines
is cancellable.
At first I thought at any suspension point, if the current context is cancelled it would not enter, but this wording makes it sound like it’s not like that.
Does this mean that potentially, if one made a series of suspending functions that are all not manually cooperating with cancellation (say all of them call blocking code, and/or other suspending functions that only call blocking code) cancellation would not happen and the suspending functions would keep alive?Paul Woitaschek
01/19/2022, 10:37 PMPaul Woitaschek
01/19/2022, 10:37 PMStylianos Gakis
01/19/2022, 10:40 PMephemient
01/19/2022, 11:27 PM