public class SimpleStarter extends Object implements Starter
Starter
that creates a new thread
for each invocation of start(Runnable)
.Constructor and Description |
---|
SimpleStarter() |
Modifier and Type | Method and Description |
---|---|
void |
start(Runnable runnable)
Start a runnable asynchronously.
|
Copyright © 2018. All rights reserved.