MCPcopy Index your code
hub / github.com/clojure/clojure / abort

Method abort

src/jvm/clojure/lang/LockingTransaction.java:183–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183void abort() throws AbortException{
184 stop(KILLED);
185 throw new AbortException();
186}
187
188private boolean bargeTimeElapsed(){
189 return System.nanoTime() - startTime > BARGE_WAIT_NANOS;

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected