- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for capacityWithoutIt (0.11 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnectionPool.kt
connection: RealConnection, ): Boolean { val addressState = addressStates[connection.route.address] ?: return true val capacityWithoutIt = addressState.concurrentCallCapacity - connection.allocationLimit return capacityWithoutIt >= addressState.policy.minimumConcurrentCalls } /** * Prunes any leaked calls and then returns the number of remaining live calls on [connection].
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 16.2K bytes - Viewed (0)