I'm reading up on RX and totally bamboozled to what the Scheduler is intended for? Can someone explain?
The IScheduler
interface in Rx helps an IObservable "schedule" it's subscription appropriately. This is very important in order to handle thread affinity and similar issues, since the subscription will be causing something to happen at some point.
Here is a good description of the IScheduler interface (along with a comparison to the TPL's TaskScheduler).
This class is for basically what it implies. It is a mechanism for scheduling the internal threads that make up the Rx framework. There is a great video on this here.
The main page for Rx contains more videos that offer insight into the architecture as well as use of the framework.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With