Contents

send(subscription:)

Sends a subscription to the subscriber.

Declaration

func send(subscription: any Subscription)

Parameters

  • subscription:

    The subscription instance through which the subscriber can request elements.

Discussion

This call provides the Subject an opportunity to establish demand for any new upstream subscriptions.

See Also

Delivering life cycle events to subscribers