Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
183
void
abort() throws AbortException{
184
stop(KILLED);
185
throw
new
AbortException();
186
}
187
188
private
boolean bargeTimeElapsed(){
189
return
System.nanoTime() - startTime > BARGE_WAIT_NANOS;
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected