- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for promoteAndExecute (0.05 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Dispatcher.kt
/** Used by [AsyncCall.run] to signal completion. */ internal fun finished(call: AsyncCall) { promoteAndExecute(finishedAsyncCall = call) } /** Used by [Call.execute] to signal completion. */ internal fun finished(call: RealCall) { promoteAndExecute(finishedCall = call) } /** Returns a snapshot of the calls currently awaiting execution. */ @Synchronized
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 14:16:22 UTC 2025 - 9.9K bytes - Viewed (0)