diff options
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. |