MayaFlux 0.2.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 294 of file InputManager.cpp.

295{
296 return m_queue.snapshot().size();
297}
Memory::LockFreeQueue< InputValue, MAX_QUEUE_SIZE > m_queue

References m_queue.