slackbuilds/libraries/RxCpp
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
RxCpp.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
RxCpp.info
RxCpp.patch
slack-desc

README

Reactive Extensions for C++.

The ReactiveX Observable model allows you to treat streams of
asynchronous events with the same sort of simple, composable
operations that you use for collections of data items like arrays.
It frees you from tangled webs of callbacks, and thereby makes
your code more readable and less prone to bugs.

The Reactive Extensions for C++ (RxCpp) is a library of algorithms
for values-distributed-in-time. The Range-v3 library does the same
for values-distributed-in-space.