Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for promoteAndExecute (0.1 sec)

  1. 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)
Back to top