Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ poll
Method
poll
jnode-core/src/jnode/main/threads/PollQueue.java:62–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
synchronized
void
poll() {
63
for
(
int
i = 0; i < queue.size(); i++) {
64
this.notify();
65
}
66
}
67
68
public
Link getNext() {
69
synchronized (queue) {
Callers
1
run
Method · 0.80
Calls
1
notify
Method · 0.80
Tested by
no test coverage detected