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 Member Functions | List of all members
rxcpp::schedulers::new_thread Struct Reference

#include <rx-newthread.hpp>

Inheritance diagram for rxcpp::schedulers::new_thread:
Inheritance graph
[legend]
Collaboration diagram for rxcpp::schedulers::new_thread:
Collaboration graph
[legend]

Public Member Functions

 new_thread ()
 
 new_thread (thread_factory tf)
 
virtual ~new_thread ()
 
virtual clock_type::time_point now () const
 
virtual worker create_worker (composite_subscription cs) const
 
- Public Member Functions inherited from rxcpp::schedulers::scheduler_interface
virtual ~scheduler_interface ()
 

Additional Inherited Members

- Public Types inherited from rxcpp::schedulers::scheduler_interface
typedef scheduler_base::clock_type clock_type
 

Constructor & Destructor Documentation

rxcpp::schedulers::new_thread::new_thread ( )
inline
rxcpp::schedulers::new_thread::new_thread ( thread_factory  tf)
inlineexplicit
virtual rxcpp::schedulers::new_thread::~new_thread ( )
inlinevirtual

Member Function Documentation

virtual worker rxcpp::schedulers::new_thread::create_worker ( composite_subscription  cs) const
inlinevirtual
virtual clock_type::time_point rxcpp::schedulers::new_thread::now ( ) const
inlinevirtual

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