Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
 
Loading...
Searching...
No Matches
dispatch_queue::detail::pending_task_queue Class Reference

Public Member Functions

bool empty () const
 
size_t size () const
 
void clear ()
 
void push (pending_task &&task, bool run_on_main_loop)
 
bool try_pop (pending_task &task)
 
std::deque< pending_task > pop_main_loop_tasks ()
 

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