Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Ase::JobQueue Struct Reference

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)
 

Detailed Description

Definition at line 114 of file callback.hh.

Member Typedef Documentation

◆ Caller

using Ase::JobQueue::Caller = std::function<void (const std::function<void()>&)>

Definition at line 115 of file callback.hh.

Constructor & Destructor Documentation

◆ JobQueue()

Ase::JobQueue::JobQueue ( const Caller caller)
explicit

Definition at line 53 of file callback.cc.

Member Function Documentation

◆ operator+=()

template<typename F >
std::invoke_result_t< F > Ase::JobQueue::operator+= ( const F &  job)

Definition at line 151 of file callback.hh.


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