Class TaskPoolScheduler
Represents an operator that returns an object that schedules units of work on the Task Parallel Library (TPL) task 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 TaskPoolScheduler : Source<TaskPoolScheduler>
- Inheritance
-
TaskPoolScheduler
- Inherited Members
Methods
Generate()
Generates an observable sequence that returns the default TaskPoolScheduler object.
public override IObservable<TaskPoolScheduler> Generate()
Returns
- IObservable<TaskPoolScheduler>
A sequence containing the default TaskPoolScheduler object.