#include <rx-coordination.hpp>
|
| coordinator (Input i) |
|
rxsc::worker | get_worker () const |
|
rxsc::scheduler | get_scheduler () const |
|
template<class Observable > |
auto | in (Observable o) const -> typename get_observable< Observable >::type |
|
template<class Subscriber > |
auto | out (Subscriber s) const -> typename get_subscriber< Subscriber >::type |
|
template<class F > |
auto | act (F f) const -> typename get_action_function< F >::type |
|
template<class Input >
template<class F >
auto rxcpp::coordinator< Input >::act |
( |
F |
f | ) |
const -> typename get_action_function<F>::type |
|
inline |
template<class Input >
template<class Observable >
auto rxcpp::coordinator< Input >::in |
( |
Observable |
o | ) |
const -> typename get_observable<Observable>::type |
|
inline |
template<class Input >
template<class Subscriber >
auto rxcpp::coordinator< Input >::out |
( |
Subscriber |
s | ) |
const -> typename get_subscriber<Subscriber>::type |
|
inline |
The documentation for this class was generated from the following file: