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

Public Member Functions

 queue_worker_state (const queue_worker_state &)=delete
 
 queue_worker_state (queue_worker_state &&)=delete
 
void emplace (time_point time_point, constraint::inner_schedulable_fn auto &&fn)
 
bool is_empty () const
 
bool is_any_ready_schedulable () const
 
bool pop_if_ready (std::optional< SchedulableFn > &out)
 
bool pop_with_wait (std::optional< SchedulableFn > &out)
 
bool is_subscribed () const
 
void unsubscribe ()
 

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