Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getQueueCount
Method
getQueueCount
src/jvm/clojure/lang/Agent.java:271–273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
public
int
getQueueCount(){
272
return
aq.get().q.count();
273
}
274
275
static
public
int
releasePendingSends(){
276
IPersistentVector sends = nested.get();
Callers
nothing calls this directly
Calls
2
count
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected