Constructor and Description |
---|
NoOpScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Shutdown scheduler: once done, the scheduler will not be usable
anymore.
|
void |
start(Runnable runnable)
Schedule task.
|
void |
stop()
Stop pending task.
|
public void start(Runnable runnable)
Scheduler
public void stop()
Scheduler
Copyright © 2019. All rights reserved.