MCPcopy 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
393public void enqueue(Agent.Action action){
394 actions.add(action);
395}
396
397Object doGet(Ref ref){
398 if(!info.running())

Callers 1

dispatchActionMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected