MCPcopy Create free account
hub / github.com/ebarlas/microhttp / leastConnections

Method leastConnections

src/main/java/org/microhttp/EventLoop.java:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 private ConnectionEventLoop leastConnections() {
113 return connectionEventLoops.stream()
114 .min(Comparator.comparing(ConnectionEventLoop::numConnections))
115 .get();
116 }
117
118 public void stop() {
119 stop.set(true);

Callers 1

doRunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected