Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for finishedAccessor (0.07 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/RecordingExecutor.kt

    import java.util.concurrent.AbstractExecutorService
    import java.util.concurrent.RejectedExecutionException
    import java.util.concurrent.TimeUnit
    import okhttp3.internal.connection.RealCall
    import okhttp3.internal.finishedAccessor
    
    /**
     * A fake executor for testing that never executes anything! Instead, it just keeps track of what's
     * been enqueued.
     */
    internal class RecordingExecutor(
      private val dispatcherTest: DispatcherTest,
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Mon Oct 06 18:34:01 UTC 2025
    - 2.2K bytes
    - Viewed (0)
Back to top