-
Hi, we are having some problems with RxCpp on ARM platform. RxCpp test suite is not passing, however on x86 and x86_64 platforms it runs just fine.
Target platform and toolchain details:
ARM Cortex-A…
-
I have forked the project and implemented the SUM method (for the interactive) because there is a TODO on the linq.hpp (https://github.com/Reactive-Extensions/RxCpp/blob/master/Ix/CPP/src/cpplinq/linq…
-
Not sure if this is the right place to ask this question: I'm trying to compile RxCpp for Android but I'm having difficulties as reported in this StackOverflow post:
https://stackoverflow.com/question…
-
Hi!
I feel somewhat uncomfortable with is_subscribed. There is a sequence point after calling `is_subscribed`. So another thread might unsubscribe the subscriber and then `s.on_next()` gets called on…
-
The following code will only print items 200 and 300 (the first item 100 is missing), due to the using of "subscribe_on". If I comment-in the "Sleep(1000)" to get more time before emitting item 100, t…
-
Does the `rxcpp::subscription` always call `unsubscribe` on itself when it's destroyed? I looked at the source code but couldn't see it for sure because there was inheritance, etc.
I figure it doesn't…
-
Are there any plans for implementing the [catch operators](http://reactivex.io/documentation/operators/catch.html)? I wanted to use `onErrorResumeNext`, but I realized it's not implemented yet for RxC…
-
65 MB for a full clone, but only ~3 MB when checked out?
Might be worth cleaning up the history (rebase, prune, archive the current history into a new repo etc?)
I'll vendor it anyway (or do a s…
-
Consider the case that I have an observable which is manually created (by calling create()).
I need to have access to onNext of the observable instance, how can I do this?
there is a very poor docume…
-
As requested here. https://rxcpp.codeplex.com/discussions/575986