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