Uses of Interface
cool.scx.timer.TaskHandle
-
Uses of TaskHandle in cool.scx.timer
Methods in cool.scx.timer that return TaskHandleModifier and TypeMethodDescription<V, E extends Throwable>
TaskHandle<V, E> ScheduledExecutorTimer.runAfter(cool.scx.functional.ScxCallable<V, E> action, long delay, TimeUnit unit) <E extends Throwable>
TaskHandle<Void, E> ScheduledExecutorTimer.runAfter(cool.scx.functional.ScxRunnable<E> action, long delay, TimeUnit unit) <V, E extends Throwable>
TaskHandle<V, E> <E extends Throwable>
TaskHandle<Void, E>