-
- Enclosing interface:
- XnioExecutor
public static interface XnioExecutor.Key
A task key for a timeout task.
-
-
Field Summary
Fields Modifier and Type Field Description static XnioExecutor.Key
IMMEDIATE
An immediate key.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
remove()
Remove a previously-submitted task.
-
-
-
Field Detail
-
IMMEDIATE
static final XnioExecutor.Key IMMEDIATE
An immediate key. When the time delay is <= 0, this may be returned and the task immediately run.
-
-