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

◆ has_pending_operations()

template<typename BufferType >
bool MayaFlux::Buffers::RootBuffer< BufferType >::has_pending_operations ( ) const
inline

Definition at line 218 of file RootBuffer.hpp.

219 {
220 return m_pending_count.load(std::memory_order_relaxed) > 0;
221 }
std::atomic< uint32_t > m_pending_count