@Incubating public interface CancellationToken
CancellationTokenSource
for details.
All implementations of this interface are required to be thread safe.
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
isCancellationRequested()
Gets whether cancellation has been requested for this token.
|