init(record:)
Creates a publisher to interactively record a series of outputs and a completion.
Declaration
init(record: (inout Record<Output, Failure>.Recording) -> Void)Parameters
- record:
A recording instance that can be retrieved after completion to create new record publishers to replay the recording.