summaryrefslogtreecommitdiff
path: root/libraries/RxCpp/README
diff options
context:
space:
mode:
authorAndre Barboza <bmg.andre@gmail.com>2017-01-06 23:48:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-06 23:48:11 +0700
commitc5fbbfa1555c0c9a453f1c8c11c98202924cceef (patch)
treecc7d4aefa529658c47db4f17142f6ba1f4940ab7 /libraries/RxCpp/README
parent2a94481929da3142f83b16fada69b5d8d38b972e (diff)
downloadslackbuilds-c5fbbfa1555c0c9a453f1c8c11c98202924cceef.tar.gz
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/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/RxCpp/README b/libraries/RxCpp/README
new file mode 100644
index 0000000000..1e30aae43f
--- /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.