Table of Contents

The NewThreadScheduler operator returns a singleton object that can be used to schedule each unit of work in a separate thread using default thread creation options.

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.