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.
Classes | |
struct | rxcpp::schedulers::new_thread |
Namespaces | |
rxcpp | |
rxcpp::schedulers | |
Macros | |
#define | RXCPP_RX_SCHEDULER_NEW_THREAD_HPP |
Typedefs | |
typedef std::function< std::thread(std::function< void()>)> | rxcpp::schedulers::thread_factory |
Functions | |
scheduler | rxcpp::schedulers::make_new_thread () |
scheduler | rxcpp::schedulers::make_new_thread (thread_factory tf) |
#define RXCPP_RX_SCHEDULER_NEW_THREAD_HPP |