Contents

Publishers.SubscribeOn

A publisher that receives elements from an upstream publisher on a specific scheduler.

Declaration

struct SubscribeOn<Upstream, Context> where Upstream : Publisher, Context : Scheduler

Topics

Creating a subscribe-on publisher

Declaring supporting types

Inspecting publisher properties

See Also

Working with subscribers