Rx Contrib release V1(blogs.microsoft.co.il)
submitted by
bnayae(350) 2 years ago
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.
|category: C#
|Views: 10
tags:
C# another
Everyones tags:
Your Tags: