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

◆ write_to_sinks()

void MayaFlux::Journal::Archivist::Impl::write_to_sinks ( const RealtimeEntry entry)
inlineprivate

Definition at line 233 of file Archivist.cpp.

234 {
235 for (auto& sink : m_sinks) {
236 if (sink->is_available()) {
237 try {
238 sink->write(entry);
239 } catch (...) {
240 std::cout << "[MayaFlux::Journal] WARNING: sink threw during write, skipping\n";
241 }
242 }
243 }
244 }
std::vector< std::unique_ptr< Sink > > m_sinks

References m_sinks.

Referenced by drain_ring_buffer().

+ Here is the caller graph for this function: