Contents

connect()

Connects to the publisher, allowing it to produce elements, and returns an instance with which to cancel publishing.

Declaration

func connect() -> any Cancellable

Mentioned in

Return Value

A Cancellable instance that you use to cancel publishing.