ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::schedulers::details::schedulable< SchedulableFn > Class Template Reference

Public Member Functions

 schedulable (time_point time_point, size_t id, SchedulableFn &&fn)
 
 schedulable (const schedulable &other)=default
 
 schedulable (schedulable &&other) noexcept=default
 
schedulableoperator= (const schedulable &other)=default
 
schedulableoperator= (schedulable &&other) noexcept=default
 
bool operator< (const schedulable &other) const
 
time_point get_time_point () const
 
SchedulableFn && extract_function () const
 

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