Contents

Publishers.ReceiveOn

A publisher that delivers elements to its downstream subscriber on a specific scheduler.

Declaration

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

Topics

Creating a receive-on Publisher

Declaring supporting types

Inspecting publisher properties

See Also

Working with subscribers