github ReactiveX/RxCpp v4.0.0
ready to roar!

latest releases: v4.1.1, v4.1.0, 4.1.0...
9 years ago

This release of rxcpp is ready to use in production. please try it out and report issues!

rx lite complete!

All the decoupling of existing operators has been completed, thanks almost entirely to @gchudnov. This has also improved the doxygen output by sharing the docs across the observable methods and free function options for each operator.

bug fixes

breaking changes

repeat(0) and retry(0) erroneously resulted in infinite subscriptions.
@elelel contributed fixes and a refactor that makes repeat(0) and retry(0) result in no subscription and repeat() and retry() result in infinite subscriptions.

new stuff

Don't miss a new RxCpp release

NewReleases is sending notifications on new releases.