Class ThreadPoolScheduler
Represents an operator that returns an object that schedules units of work on the CLR thread pool.
Warning
Scheduler operators are used only to return an instance of the corresponding scheduler object. They need to be combined with the ObserveOn or SubscribeOn operators to actually schedule actions.
public sealed class ThreadPoolScheduler : Source<ThreadPoolScheduler>
- Inheritance
-
ThreadPoolScheduler
- Inherited Members
Methods
Generate()
Generates an observable sequence that returns the singleton ThreadPoolScheduler object.
public override IObservable<ThreadPoolScheduler> Generate()
Returns
- IObservable<ThreadPoolScheduler>
A sequence containing the singleton ThreadPoolScheduler object.