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

#include <rx-currentthread.hpp>

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

Public Member Functions

 current_thread ()
 
virtual ~current_thread ()
 
bool is_tail_recursion_allowed () const
 
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 ()
 

Static Public Member Functions

static bool is_schedule_required ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

rxcpp::schedulers::current_thread::current_thread ( )
inline
virtual rxcpp::schedulers::current_thread::~current_thread ( )
inlinevirtual

Member Function Documentation

virtual worker rxcpp::schedulers::current_thread::create_worker ( composite_subscription  cs) const
inlinevirtual
static bool rxcpp::schedulers::current_thread::is_schedule_required ( )
inlinestatic
bool rxcpp::schedulers::current_thread::is_tail_recursion_allowed ( ) const
inline
virtual clock_type::time_point rxcpp::schedulers::current_thread::now ( ) const
inlinevirtual

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