5
Shouts

Rx Contrib - [Export] Bnaya Eshet

published 752 days, 4 hours, 22 minutes ago posted by bnayabnaya 753 days, 23 hours, 25 minutes ago
Monday, May 03, 2010 11:17:12 AM GMT Saturday, May 01, 2010 4:14:04 PM GMT

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...

category: Architecture | clicked: 0 | | source: blogs.microsoft.co.il | show counter code
tags: IObservable, Rx, Iobserver, queue