Package com.couchbase.lite.internal.exec
Interface ExecutionService.Cancellable
-
- Enclosing interface:
- ExecutionService
public static interface ExecutionService.Cancellable
A Cancellable represents a delayed task that is cancellable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Best effort cancellation of a delayed task.
-