RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
|
This is the complete list of members for rxcpp::coordinator< Input >, including all inherited members.
act(F f) const -> typename get_action_function< F >::type | rxcpp::coordinator< Input > | inline |
coordinator(Input i) | rxcpp::coordinator< Input > | inline |
coordinator_tag typedef | rxcpp::coordinator_base | |
get_scheduler() const | rxcpp::coordinator< Input > | inline |
get_worker() const | rxcpp::coordinator< Input > | inline |
in(Observable o) const -> typename get_observable< Observable >::type | rxcpp::coordinator< Input > | inline |
input | rxcpp::coordinator< Input > | |
input_type typedef | rxcpp::coordinator< Input > | |
out(Subscriber s) const -> typename get_subscriber< Subscriber >::type | rxcpp::coordinator< Input > | inline |