-
Is there support for the And/Then/When operators described [here](http://reactivex.io/documentation/operators/and-then-when.html)? If not, is equivalent functionality possible? Thanks.
-
Build time is quite slow and often examples & tests are not needed. Would be useful to be able to build only the core library, by excluding examples & tests.
-
Please consider the following code:
``` cpp
subjects::behavior b1(0);
subjects::behavior b2(0.5);
auto o1 = b1.get_observable();
auto o2 = b2.get_observable();
o1.combine_latest(o2).zip(o1).subscrib…
-
-
```
In file included from ./lib/flatcc/include/flatcc/flatcc_flatbuffers.h:24:0,
from ./lib/flatcc/include/flatcc/flatcc_builder.h:68,
from ./src/json_to_flatbuffe…
-
The goal of `coordination` is to remove all synchronization from the 'join' and time operators. Re-implementing an optimized serialization of calls to multiple subscribers in each operator obscures th…
-
it came out in #4231 that we are not shipping the `dirent.h` just have it when we compile... which makes compilation of dll and static lib successful but compiling against an installed libshogun will …
-
Hello,
I'm trying to build shogun 6.1.0 -or a later version from source (i need to use svmlight), following the instructions in the doc/readme/INSTALL.md file. After executing the `cmake ..` command,…
-
**Command:**
```
conan install -s build_type=Release -s arch="x86_64" --build=missing --install-folder ./x64/release .
```
**conanfile.txt:**
```
[requires]
rxcpp/4.0.0@bincrafters/stable
Bo…
-
e.g. to display regularly some buffer levels, etc.. It would allow to have less log messages
- remove threads in modules
Scheduler should be called from the executor to choose the next task
PS: http…