Searched refs:removesFutureOnCancellation (Results 1 – 1 of 1) sorted by relevance
86 private var removesFutureOnCancellation: Boolean = false variable in kotlinx.coroutines.ExecutorCoroutineDispatcherBase89 removesFutureOnCancellation = removeFutureOnCancel(executor) in initFutureCancellation()108 val future = if (removesFutureOnCancellation) { in scheduleResumeAfterDelay()123 val future = if (removesFutureOnCancellation) { in invokeOnTimeout()