Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ clear
Method
clear
Singular/LIB/surfex/SwingWorker.java:60–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
ThreadVar(Thread t) { thread = t; }
59
synchronized Thread get() {
return
thread; }
60
synchronized
void
clear() { thread = null; }
61
}
62
63
private
ThreadVar threadVar;
Callers
2
interrupt
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected