@FunctionalInterface
public interface SchedulerAbstraction
Modifier and Type | Method and Description |
---|---|
void |
schedule(java.lang.Runnable task,
long timeout,
java.util.concurrent.TimeUnit unit)
Schedule a task to run after a timeout.
|