Search
Rx Contrib is ongoing effort for community additions for Rx.
Current features are:
ReactiveQueue: ISubject that does not loose values if there are no subscribers.
The reactive queue is using the IQueueAdapter for injecting concrete
queue adapters. Out of the box it has implementation
upon the ConcurrentQueue which have extreme throughput
(up to 2,000,000 messages of 500 byte per second on basic quad server).
It is also support Weak Subscribe option that holds the subscriber
using week reference, so it remove the subscription after it
been collected.

If you want to contribute to this efforts, you can contact bnayae@sela.co.il.

Credits: The Reactive Queue, Weak Subscription, Unsubscribe Disposable are join effort of Bnaya Eshet and Yuval Mazor.
The EventPublisher is owned by José F. Romaniello (http://jfromaniello.blogspot.com/2010/04/event-aggregator-example.html)

Bnaya Eshet blog: http://blogs.microsoft.co.il/blogs/bnaya/
Yuval Mazor blog: http://blogs.microsoft.co.il/blogs/yuvmaz/
Last edited Oct 19 2011 at 8:15 AM by Bnaya, version 5
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365