Real world examples of Rx
Posted
by theburningmonk
on Stack Overflow
See other posts from Stack Overflow
or by theburningmonk
Published on 2010-05-20T22:10:10Z
Indexed on
2010/05/21
15:10 UTC
Read the original article
Hit count: 224
I've been playing around with the Reactive Extension for a little while now, but mostly limited to handling/composing user driven events within a WPF frontend.
It's such a powerful, new way of doing async programming, and I'm curious as to what other people are doing with it, and where do you think it might be able to improve the way we're currently doing things?
© Stack Overflow or respective owner