MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_queue_depth()

size_t MayaFlux::Core::InputManager::get_queue_depth ( ) const

Get current queue depth.

Definition at line 301 of file InputManager.cpp.

302{
303 return m_queue.snapshot().size();
304}
Memory::LockFreeQueue< InputValue, MAX_QUEUE_SIZE > m_queue

References m_queue.