Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ enqueue
Method
enqueue
src/jvm/clojure/lang/LockingTransaction.java:393–395 ·
view source on GitHub ↗
(Agent.Action action)
Source
from the content-addressed store, hash-verified
391
}
392
393
public
void
enqueue(Agent.Action action){
394
actions.add(action);
395
}
396
397
Object doGet(Ref ref){
398
if
(!info.running())
Callers
1
dispatchAction
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected