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

◆ stop_worker()

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

Definition at line 293 of file Archivist.cpp.

294 {
295 if (m_worker_thread.joinable()) {
296 m_worker_running.store(false, std::memory_order_release);
297 m_worker_thread.join();
298
300 }
301 }
std::atomic< bool > m_worker_running

References drain_ring_buffer(), m_worker_running, and m_worker_thread.

+ Here is the call graph for this function: