Publisher
extension Publisher where Output == Action, Failure == Never
-
Subscribe to a publisher of actions, and send the results to an action dispatcher.
Declaration
Swift
public func send(to actionDispatcher: ActionDispatcher) -> AnyCancellable
Parameters
actionDispatcher
The ActionDispatcher
Return Value
A cancellable to unsubscribe.