Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ select
Method
select
classpath/java/nio/channels/SocketSelector.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
public
synchronized
int
select() throws IOException {
59
return
doSelect(0);
60
}
61
62
public
synchronized
int
select(long interval) throws IOException {
63
if
(interval < 0) throw
new
IllegalArgumentException();
Callers
nothing calls this directly
Calls
1
doSelect
Method · 0.95
Tested by
no test coverage detected