Contents

init(upstream:scheduler:options:)

Creates a publisher that receives elements from an upstream publisher 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 should use to receive elements.

  • options:

    Scheduler options that customize the delivery of elements.