0
kicks
Rx Contrib release V1
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.