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
.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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
IAsyncEnumerable
to use the new async features in Rx.Check also: TPL Dataflow Overview about TDF and Rx: