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

◆ start_worker()

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

Definition at line 246 of file Archivist.cpp.

247 {
248 m_worker_thread = std::thread([this] { worker_loop(); });
249 }

References 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: