#include <execution_priority_queue.hpp>
◆ executor()
◆ context()
◆ defer()
template<typename Function , typename
Allocator >
void appbase::execution_priority_queue::executor::defer |
( |
Function | f, |
|
|
const Allocator & | ) const |
|
inline |
◆ dispatch()
template<typename Function , typename
Allocator >
void appbase::execution_priority_queue::executor::dispatch |
( |
Function | f, |
|
|
const Allocator & | ) const |
|
inline |
◆ on_work_finished()
void appbase::execution_priority_queue::executor::on_work_finished |
( |
| ) |
const |
|
inlinenoexcept |
◆ on_work_started()
void appbase::execution_priority_queue::executor::on_work_started |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator!=()
bool appbase::execution_priority_queue::executor::operator!= |
( |
const executor & | other | ) |
const |
|
inlinenoexcept |
◆ operator==()
bool appbase::execution_priority_queue::executor::operator== |
( |
const executor & | other | ) |
const |
|
inlinenoexcept |
◆ post()
template<typename Function , typename
Allocator >
void appbase::execution_priority_queue::executor::post |
( |
Function | f, |
|
|
const Allocator & | ) const |
|
inline |
The documentation for this class was generated from the following file: