-
- All Known Subinterfaces:
IoFuture<T>
- All Known Implementing Classes:
AbstractConvertingIoFuture
,AbstractIoFuture
,FailedIoFuture
,FinishedIoFuture
public interface Cancellable
An operation which may be cancelled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cancellable
cancel()
Cancel an operation.
-
-
-
Method Detail
-
cancel
Cancellable cancel()
Cancel an operation. The actual cancel may be synchronous or asynchronous.- Returns:
- this instance
-
-