c# - RX Scheduler - What is it? -


i'm reading on rx , totally bamboozled scheduler intended for? can explain?

the ischeduler interface in rx helps iobservable "schedule" it's subscription appropriately. important in order handle thread affinity , similar issues, since subscription causing happen @ point.

here good description of ischeduler interface (along comparison tpl's taskscheduler).


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -