Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
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:
include/
pending_task_queue.hpp
src/
pending_task_queue.cpp
dispatch_queue
detail
pending_task_queue
Generated by
1.13.2