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++.
Classes | Public Types | Public Member Functions | List of all members
rxcpp::identity_one_worker Class Reference

#include <rx-coordination.hpp>

Inheritance diagram for rxcpp::identity_one_worker:
Inheritance graph
[legend]
Collaboration diagram for rxcpp::identity_one_worker:
Collaboration graph
[legend]

Public Types

typedef coordinator< input_type > coordinator_type
 
- Public Types inherited from rxcpp::coordination_base
typedef tag_coordination coordination_tag
 

Public Member Functions

 identity_one_worker (rxsc::scheduler sc)
 
rxsc::scheduler::clock_type::time_point now () const
 
coordinator_type create_coordinator (composite_subscription cs=composite_subscription()) const
 

Member Typedef Documentation

Constructor & Destructor Documentation

rxcpp::identity_one_worker::identity_one_worker ( rxsc::scheduler  sc)
inlineexplicit

Member Function Documentation

coordinator_type rxcpp::identity_one_worker::create_coordinator ( composite_subscription  cs = composite_subscription()) const
inline
rxsc::scheduler::clock_type::time_point rxcpp::identity_one_worker::now ( ) const
inline

The documentation for this class was generated from the following file: