init(upstream:scheduler:options:)
Creates a publisher that delivers elements to its downstream subscriber on a specific scheduler.
Declaration
init(upstream: Upstream, scheduler: Context, options: Context.SchedulerOptions?)Parameters
- upstream:
The publisher from which this publisher receives elements.
- scheduler:
The scheduler the publisher uses to deliver elements.
- options:
Scheduler options used to customize element delivery.