Rx ContribRx Contrib release V1
Rx Contrib is ongoing effort of community extensions for Rx. you can can find the project at http://rxcontrib.codeplex.com/ Current features are: ReactiveQueue: is ISubject that does not loose values if there are no subscribers. The reactive queue is using the IQueueAdapter for injecting concrete queue adapters (which mean that it can be extend to support other queues). the out of the box implementation is using ConcurrentQueue which have extreme throughput...
No comments yet, be the first one to post comment.