You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qwwdfsad
changed the title
Prevent more than one racy resume in CancellableContinuation
Prevent second racy resume in CancellableContinuation
Dec 18, 2018
* Always throw ISE on the second resume attempt
* Always throw ISE on the second invokeOnCancellation attempt when cancelled
* Moved error-throwing code into separate funs (slight optimization)
Fixes#901
https://github.com/Kotlin/kotlinx.coroutines/blob/develop/common/kotlinx-coroutines-core-common/src/CancellableContinuationImpl.kt#L227
The text was updated successfully, but these errors were encountered: