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

◆ signal_decode()

void MayaFlux::IO::VideoFileReader::signal_decode ( )

Non-blocking signal to the background decode thread.

Called by IOManager::dispatch_decode_request() when it owns the IOService registration. In standalone mode the IOService lambda calls this directly. Must never block.

Definition at line 644 of file VideoFileReader.cpp.

645{
646 m_decode_cv.notify_one();
647}
std::condition_variable m_decode_cv

References m_decode_cv.

Referenced by setup_io_service().

+ Here is the caller graph for this function: