public interface Cancellable
cancel()
is called, an operation will be cancelled
even if there are other consumers of the operation which have not cancelled.Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels this operation or signal.
|
void cancel()