MCPcopy 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

bt2ActionPerformedMethod · 0.45
startRaytraceAlwaysMethod · 0.45
saveFileMethod · 0.45
initMethod · 0.45
MakeMovieMethod · 0.45
stateChangedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
useCommandsMethod · 0.45
LampAdminMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected