|
Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
This is a thread-safe asyncronous queue which blocks in pop() until data is provided through push(). More...
#include "platform.hh"
Public Member Functions | |
| void | push (const Value &v) |
| Value | pop () |
| bool | pending () |
| void | swap (std::list< Value > &list) |
This is a thread-safe asyncronous queue which blocks in pop() until data is provided through push().
Definition at line 119 of file platform.hh.
| bool Ase::AsyncBlockingQueue< Value >::pending | ( | ) |
Definition at line 230 of file platform.hh.
| Value Ase::AsyncBlockingQueue< Value >::pop | ( | ) |
Definition at line 219 of file platform.hh.
| void Ase::AsyncBlockingQueue< Value >::push | ( | const Value & | v | ) |
Definition at line 209 of file platform.hh.
| void Ase::AsyncBlockingQueue< Value >::swap | ( | std::list< Value > & | list | ) |
Definition at line 237 of file platform.hh.