-
this code:
```
auto timer = rxcpp::observable::timer(std::chrono::milliseconds(millis));
auto handle = timer.subscribe_on(rxcpp::observe_on_new_thread())
.subscribe([this](aut…
-
Hi,
I'm using Boost.Asio for my project because it needs to be very performant, and I want to avoid locking, as it is an expensive operation. I would be glad though to use the power of RxCpp to syn…
-
Reproduction steps:
- Install latest MSVC build tools
- Generate project with `cmake -DCMAKE_CXX_STANDARD=17 -DRXCPP_DISABLE_TESTS_AND_EXAMPLES=0`
- Build
The build fails with long, long error m…
-
The build instructions for Windows (from README.md) are:
```batch
mkdir projects\build
cd projects\build
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ..\CMake
nmake
```
My …
-
**Description:**
In /std:c++17 mode, this triggers a deprecation warning in recent versions of MSVC. In /std:c++latest mode, now that microsoft/STL#380 has been merged, this will trigger an error in …
-
Hi :-),
I was trying to move all side-effects in my application into taps instead of in the subscribe methods;
However, the following snippet does not compile:
```cpp
typedef std::pair dataMsg…
-
I expected the code below to print the following with a 100ms delay between lines:
Value: 1
Value: 2
Value: 1
Value: 2
Instead it just hangs. If I specify the number of times …
-
Not tried in other compilers.
But in GCC 10.2.0 (Manjaro GNU/Linux), the following code - offered in many learning resources does not compile.
Is this a bug in RxCPP, or GCC?
`main.cpp`
``…
-
Hi, I'm using a scheduler taken from [Boost.ASIO scheduler for RxCPP](https://gist.github.com/windoze/a6e684143833d5d65ba6) (referenced in https://github.com/ReactiveX/RxCpp/issues/183).
I'm experi…
-
Hi guys,
You did requests to vcpkg about some packages to add.
Some of them available at C++ Archive Network (CPPAN) https://cppan.org/.
- [libogg/libvorbis/libvorbisfile](https://cppan.org/projects/…