MCPcopy Create free account
hub / github.com/ReadyTalk/avian / selectNow

Method selectNow

classpath/java/nio/channels/SocketSelector.java:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public synchronized int selectNow() throws IOException {
55 return doSelect(-1);
56 }
57
58 public synchronized int select() throws IOException {
59 return doSelect(0);

Callers

nothing calls this directly

Calls 1

doSelectMethod · 0.95

Tested by

no test coverage detected