kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Introduce new `CancellableContinuation.resume` with `onCancellation` lambda that takes the resumption value

Open ndkoval opened this issue 3 years ago • 1 comments
trafficstars

Introduce new CancellableContinuation.resume with onCancellation lambda that takes the resumption value, cause, and the coroutine context as arguments

ndkoval avatar Dec 16 '21 16:12 ndkoval

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.

ndkoval avatar Jan 11 '22 20:01 ndkoval