Struct Ase::JobQueue
ClassList > Ase > JobQueue
Public Types
Type |
Name |
typedef std::function< void(const std::function< void()> &)> |
Caller
|
Public Functions
Type |
Name |
|
JobQueue (const Caller & caller)
|
std::invoke_result_t< F > |
operator+= (const F & job)
|
Public Types Documentation
typedef Caller
using Ase::JobQueue::Caller = std::function<void (const std::function<void()>&)>;
Public Functions Documentation
function JobQueue
explicit Ase::JobQueue::JobQueue (
const Caller & caller
)
function operator+=
template<typename F>
inline std::invoke_result_t< F > Ase::JobQueue::operator+= (
const F & job
)
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/callback.hh