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

◆ start_worker()

void MayaFlux::Journal::Archivist::Impl::start_worker ( )
inlineprivate

Definition at line 291 of file Archivist.cpp.

292 {
293 m_worker_running.store(true, std::memory_order_release);
294 m_worker_thread = std::thread([this]() { worker_loop(); });
295 }
std::atomic< bool > m_worker_running

References m_worker_running, m_worker_thread, and worker_loop().

Referenced by init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: