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++.
Public Types | Public Member Functions | List of all members
rxcpp::schedulers::scheduler_interface Class Referenceabstract

#include <rx-scheduler.hpp>

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

Public Types

typedef scheduler_base::clock_type clock_type
 

Public Member Functions

virtual ~scheduler_interface ()
 
virtual clock_type::time_point now () const =0
 
virtual worker create_worker (composite_subscription cs) const =0
 

Member Typedef Documentation

Constructor & Destructor Documentation

virtual rxcpp::schedulers::scheduler_interface::~scheduler_interface ( )
inlinevirtual

Member Function Documentation

virtual worker rxcpp::schedulers::scheduler_interface::create_worker ( composite_subscription  cs) const
pure virtual
virtual clock_type::time_point rxcpp::schedulers::scheduler_interface::now ( ) const
pure virtual

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