kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Introduce new `CancellableContinuation.resume` with `onCancellation` lambda that takes the resumption value
trafficstars
Introduce new CancellableContinuation.resume with onCancellation lambda that takes the resumption value, cause, and the coroutine context as arguments
Some Lincheck tests fail as they require a small integration fix in Lincheck.
I have already tested the fix locally, but cannot release it right now, as we need to agree on the OnCancellationHandler name first.