Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ start
Method
start
Singular/LIB/surfex/SwingWorker.java:157–162 ·
view source on GitHub ↗
Start the worker thread.
()
Source
from the content-addressed store, hash-verified
155
* Start the worker thread.
156
*/
157
public
void
start() {
158
Thread t = threadVar.get();
159
if
(t != null) {
160
t.start();
161
}
162
}
163
}
164
Callers
11
bt2ActionPerformed
Method · 0.45
startRaytraceAlways
Method · 0.45
saveFile
Method · 0.45
init
Method · 0.45
MakeMovie
Method · 0.45
stateChanged
Method · 0.45
actionPerformed
Method · 0.45
actionPerformed
Method · 0.45
actionPerformed
Method · 0.45
useCommands
Method · 0.45
LampAdmin
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected