I am wondering what do the new C# 5.0 asynchronous features mean for Rx - Reactive Extensions? It seems to be not a replacement but they seem to overlap - Task and IObservable.
| |||||
feedback
|
|
Check also: TPL Dataflow Overview about TDF and Rx:
| |||
|
feedback
|
|
Jeff writes on the Rx forum that Rx will still be used to orchestrate multiple event driven tasks, Rx has release a new version that includes | |||||
feedback
|