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

◆ stop_worker()

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

Definition at line 297 of file Archivist.cpp.

298 {
299 if (m_worker_thread.joinable()) {
300 m_worker_running.store(false, std::memory_order_release);
301 m_worker_thread.join();
302
304 }
305 }
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: