MayaFlux
0.4.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
220
of file
RootBuffer.hpp
.
221
{
222
return
m_pending_count
.load(std::memory_order_relaxed) > 0;
223
}
MayaFlux::Buffers::RootBuffer::m_pending_count
std::atomic< uint32_t > m_pending_count
Definition
RootBuffer.hpp:312
MayaFlux
Buffers
RootBuffer
Generated by
1.9.8