Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asyncCallAccessors (0.06 sec)

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

        c2.enqueue(callback)
        c1.cancel()
        executor.assertJobs("http://a/1")
        executor.finishJob("http://a/1")
        executor.assertJobs("http://a/2")
      }
    
      @Test
      fun asyncCallAccessors() {
        dispatcher.maxRequests = 3
        val a1 = client.newCall(newRequest("http://a/1"))
        val a2 = client.newCall(newRequest("http://a/2"))
        val a3 = client.newCall(newRequest("http://a/3"))
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top