Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kickCoordinator (0.12 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/concurrent/TaskRunner.kt

                    lock.withLock {
                      startAnotherThread()
                    }
                  }
                }
              }
            }
          }
        }
    
      internal fun kickCoordinator(taskQueue: TaskQueue) {
        lock.assertHeld()
    
        if (taskQueue.activeTask == null) {
          if (taskQueue.futureTasks.isNotEmpty()) {
            readyQueues.addIfAbsent(taskQueue)
          } else {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 29 00:33:04 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top