A cancellation source creates and controls a {@link CancellationToken cancellation token}.
A cancellation source creates and controls a {@link CancellationToken cancellation token}.
(cancel cancellation-token-source)
Signal cancellation on the token.
Returns: void
Signal cancellation on the token. **Returns:** `void`
(dispose cancellation-token-source)
Dispose object and free resources.
Returns: void
Dispose object and free resources. **Returns:** `void`
(set-token! cancellation-token-source value)
The cancellation token of this source.
The cancellation token of this source.
(token cancellation-token-source)
The cancellation token of this source.
Returns: CancellationToken
The cancellation token of this source. **Returns:** `CancellationToken`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close