connect()
Connects to the publisher, allowing it to produce elements, and returns an instance with which to cancel publishing.
Declaration
func connect() -> any CancellableMentioned in
Return Value
A Cancellable instance that you use to cancel publishing.