Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.cancellation-token-source

A cancellation source creates and controls a {@link CancellationToken cancellation token}.

A cancellation source creates and controls a {@link CancellationToken cancellation token}.
raw docstring

cancelcljs

(cancel cancellation-token-source)

Signal cancellation on the token.

Returns: void

Signal cancellation on the token.

**Returns:** `void`
sourceraw docstring

disposecljs

(dispose cancellation-token-source)

Dispose object and free resources.

Returns: void

Dispose object and free resources.

**Returns:** `void`
sourceraw docstring

set-token!cljs

(set-token! cancellation-token-source value)

The cancellation token of this source.

The cancellation token of this source.
sourceraw docstring

tokencljs

(token cancellation-token-source)

The cancellation token of this source.

Returns: CancellationToken

The cancellation token of this source.

**Returns:** `CancellationToken`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close