Home
last modified time | relevance | path

Searched refs:cancelLater (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt182 private fun cancelLater(cause: Throwable): Boolean { in <lambda>() method
204 if (cancelLater(cause)) return in <lambda>()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java1600 cancelLater(call, cancelDelayMillis); in cancelDuringConnect()
2228 private void cancelLater(final Call call, final long delay) { in cancelLater() method in CallTest