diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-06 23:48:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-06 23:48:11 +0700 |
commit | c5fbbfa1555c0c9a453f1c8c11c98202924cceef (patch) | |
tree | cc7d4aefa529658c47db4f17142f6ba1f4940ab7 /libraries/RxCpp/README | |
parent | 2a94481929da3142f83b16fada69b5d8d38b972e (diff) |
libraries/RxCpp: Added (The Reactive Extensions for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/RxCpp/README')
-rw-r--r-- | libraries/RxCpp/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/RxCpp/README b/libraries/RxCpp/README new file mode 100644 index 000000000000..1e30aae43fa0 --- /dev/null +++ b/libraries/RxCpp/README @@ -0,0 +1,11 @@ +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. |