Registry / async / reactiveplusplus

reactiveplusplus

JSON →
library2.2.3vcpkgunverified

ReactivePlusPlus is reactive programming library for C++ language

vcpkg install reactiveplusplus
INSTALL
IMPORT
SIG · REACTIVEPLUSPLUS
R
reactiveplusplus
asynccppv2.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rpp/rpp.hpp
#include <rpp/rpp.hpp>

Minimal example creating an observable and subscribing.

#include <rpp/rpp.hpp> #include <iostream> int main() { auto observable = rpp::source::just(1, 2, 3); observable.subscribe([](int v) { std::cout << v << std::endl; }); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
Resources

No resource links recorded.

reactiveplusplus — pip install reactiveplusplus · libregistry