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

◆ is_suspended()

bool MayaFlux::Yantra::VisionGpuExecutor::is_suspended ( ) const
inline

True when a deferred step has work outstanding and the next run will poll rather than start a fresh sequence.

Definition at line 228 of file VisionGpuDispatch.hpp.

229 {
230 return m_contexts && m_contexts->suspended.is_active();
231 }
std::unique_ptr< VisionGpuContexts > m_contexts