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
}
MayaFlux::Buffers::RootBuffer::m_pending_count
std::atomic< uint32_t > m_pending_count
Definition
RootBuffer.hpp:310
MayaFlux
Buffers
RootBuffer
Generated by
1.9.8