MCPcopy Create free account
hub / github.com/ReactiveX/rxjs / cancel

Method cancel

packages/test/src/types.ts:76–76  ·  view source on GitHub ↗

Cancels the task. Repeated calls have no effect.

(reason?: unknown)

Source from the content-addressed store, hash-verified

74 readonly signal: AbortSignal;
75 /** Cancels the task. Repeated calls have no effect. */
76 cancel(reason?: unknown): void;
77}
78
79/** Options applied to an idle-opportunity plan. */

Callers 5

#installIdleCallbacksMethod · 0.65
#runIdleCallbackMethod · 0.65
index.spec.tsFile · 0.65
subscribeFunction · 0.65
subscribeFunction · 0.65

Implementers 1

VirtualTimeControllerpackages/test/src/virtual-time.ts

Calls

no outgoing calls

Tested by 2

subscribeFunction · 0.52
subscribeFunction · 0.52