Publishers.SubscribeOn
A publisher that receives elements from an upstream publisher on a specific scheduler.
Declaration
struct SubscribeOn<Upstream, Context> where Upstream : Publisher, Context : SchedulerA publisher that receives elements from an upstream publisher on a specific scheduler.
struct SubscribeOn<Upstream, Context> where Upstream : Publisher, Context : Scheduler