开发者

RX Scheduler - What is it?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜