-
Here:
http://reactive-extensions.github.io/RxCpp/namespacerxcpp_1_1sources.html#a5b76c2ddb8291eb88060caa818bab729
-
First off, thank you for your great work bringing Rx to C++!
I assume my problem is due to my lack of understanding of what to use and how. The problem I am trying to solve is related to subscript…
-
Hi,
I'm compiling a program that uses rxcpp with g++.
Its taking a really long time to compile!
Is this common?
Can I do anything to speed up compilation?
Greets,
Andreas
-
I have the following code that crashes. It is a RX subscription that is supposed to iterate `data` sequentially (Here it is not substantial but if I introduce delay after `just` it will be the case). …
-
Hi Tetsuro. Thanks for this library.
What is the preferred way to use the `rxqt::run_loop` in a larger codebase with a lot of classes?
As all qt gui related methods have to be run in the main (g…
-
Hi all! We are currently developing an stream processing program using RxCpp, but we are having issues on how to correctly approach the following situation.
Let's say we have multiple operations, w…
-
After digging into the micro benchmark linked here:
https://github.com/facebookincubator/iterlib/pull/25
and looking at some profiles, I suspect that there is a copy going on between the obser…
-
Hi all! We encountered this issue when using flat_map operator, as defined in documentation flat_map internally merges emisions of the CollectionSelector function. When using range in said function th…
-
## Description
There are some common cases when computation graph is *complete*:
1. Event stream is guarantied to be finished. For example `ureact::once` has already passed a single event or `make…
-
There is a circular dependency here. I'll try to figure out how to resolve it myself I presume. It would be a good idea to run the tests with valgrind or sanitizers though, since a lot of issues are a…