summaryrefslogtreecommitdiff
path: root/projects/doxygen/mainpage.dox
blob: 348215abb5a143bf94f9d438a4992d928b629a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*!
    \mainpage

    RxCpp is an implementation of the Observable/Observer pattern and a set of operations. It is an async equivalent of the container/iterator pattern and the set of algorithms found in the STL.

    \par Resources for Learning about Reactive Extentions

    Introduction to Rx --- http://www.introtorx.com

    Interactive diagrams of Rx Observables --- http://rxmarbles.io

    Reactive Extensions portal --- http://reactivex.io

    Reactive Extensions tutorial --- http://reactive-extensions.github.io/learnrx/

    \par RxCpp specific

    Start here --- \ref group-core

    Github --- https://github.com/Reactive-Extensions/RxCpp

    \par readme.html

    \htmlinclude Readme.html
*/