HomeSort by relevance Sort by last modified time
    Searched full:activechannels (Results 1 - 1 of 1) sorted by null

  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 116 int activeChannels = totalChannels - freeChannels.size();
117 return activeChannels < concurrencyLevel;

Completed in 2249 milliseconds