Interface Subscription

Subscription object that can be used to cancel a Source.

See

subscribe | subscribe sink for a helper that returns this structure.

Hierarchy

  • Subscription

Methods

Methods

  • Cancels a Source to stop the subscription from receiving new values.

    See

    Close signal This uses the talkback function to send a Close signal to the subscribed-to Source to stop it from sending new values. This cleans up the subscription and ends it immediately.

    Returns void

Generated using TypeDoc