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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |