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

◆ SeqlockWriteGuard() [1/3]

MayaFlux::Memory::SeqlockWriteGuard::SeqlockWriteGuard ( Seqlock lock)
inlineexplicitnoexcept

Definition at line 138 of file SeqLock.hpp.

139 : m_lock(lock)
140 {
142 }
void begin_write() noexcept
Begin a write: advances the counter to an odd value.
Definition SeqLock.hpp:59

References MayaFlux::Memory::Seqlock::begin_write(), and m_lock.

+ Here is the call graph for this function: