|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Types | |
| using | Caller = std::function< void(const std::function< void()> &)> |
Public Member Functions | |
| JobQueue (const Caller &caller) | |
| template<typename F > | |
| std::invoke_result_t< F > | operator+= (const F &job) |
Definition at line 114 of file callback.hh.
| using Ase::JobQueue::Caller = std::function<void (const std::function<void()>&)> |
Definition at line 115 of file callback.hh.
|
explicit |
Definition at line 53 of file callback.cc.
| std::invoke_result_t< F > Ase::JobQueue::operator+= | ( | const F & | job | ) |
Definition at line 151 of file callback.hh.