Reactive Extensions for C++
The Reactive Extensions for C++ (RxCpp) is a library of algorithms for values-distributed-in-time. ReactiveX is a library for composing asynchronous and event-based programs by using observable sequences.
It extends the observer pattern to support sequences of data and/or events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety, concurrent data structures, and non-blocking I/O.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/zav1qmir3npr4n1c9046kpxyf5b5w2cf-rxcpp-4.1.0.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/13kd76afzk9j3fk37cm1jp1dfm2p61v6-rxcpp-4.1.0.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/h9sxz0vs3l02wag1b1rv8ghqhsfg4w5s-rxcpp-4.1.0.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/hkfq7vx8jmx6bmvy8x4s0ph5zfaikjps-rxcpp-4.1.0.drv | |
riscv64-linux | /gnu/store/xwm7hg2jyn3l4lcifd9054aiwbxkgq3w-rxcpp-4.1.0.drv | ||
powerpc-linux | /gnu/store/sl129aq1bnw6vzr0ffxdgaj1xdpqax5y-rxcpp-4.1.0.drv | ||
powerpc64le-linux | /gnu/store/80bkaqj9pkb6h5rvrymyf0f2ssd07zjy-rxcpp-4.1.0.drv | ||
mips64el-linux | /gnu/store/026ypvgf9a59awvdy5d00vkdqs9vx80j-rxcpp-4.1.0.drv | ||
i686-linux | /gnu/store/nmilzv9rwxmvwi93fcx0fm479rp13bbr-rxcpp-4.1.0.drv | ||
i586-gnu | /gnu/store/s5xsz3g3vwzni3rc0n5jsnbqz24xr0iq-rxcpp-4.1.0.drv | ||
armhf-linux | /gnu/store/s6g8hn7ki7nim2i67v53ra5arm4njh5c-rxcpp-4.1.0.drv | ||
aarch64-linux | /gnu/store/lnlqg50699rph8vcs0x0lpdqqfpbrkh5-rxcpp-4.1.0.drv |
Linter | Message | Location |
---|---|---|
optional-tests Make sure tests are only run when requested | the 'check' phase should respect #:tests? |