spin.off
public interface Starter
Starter
starts Runnable
s asynchronously -
used by SpinOffEvaluator
s to spin-off non UI computations from the
EDT. new Thread(runnable).start()
Modifier and Type | Method and Description |
---|---|
void |
start(java.lang.Runnable runnable)
Start a
Runnable asynchronously. |