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++.
|
#include "rx-includes.hpp"
Go to the source code of this file.
Namespaces | |
rxcpp | |
Macros | |
#define | RXCPP_RX_COORDINATION_HPP |
Typedefs | |
template<class Coordination , class DecayedCoordination = rxu::decay_t<Coordination>> | |
using | rxcpp::coordination_tag_t = typename DecayedCoordination::coordination_tag |
Functions | |
identity_one_worker | rxcpp::identity_immediate () |
identity_one_worker | rxcpp::identity_current_thread () |
identity_one_worker | rxcpp::identity_same_worker (rxsc::worker w) |
serialize_one_worker | rxcpp::serialize_event_loop () |
serialize_one_worker | rxcpp::serialize_new_thread () |
serialize_one_worker | rxcpp::serialize_same_worker (rxsc::worker w) |
#define RXCPP_RX_COORDINATION_HPP |