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

◆ process()

void MayaFlux::Core::TaskSchedulerHandle::process ( uint64_t  processing_units)

Process all tasks in token domain.

Definition at line 129 of file ProcessingArchitecture.cpp.

130{
131 m_scheduler->process_token(m_token, processing_units);
132}
std::shared_ptr< Vruta::TaskScheduler > m_scheduler

References m_scheduler, and m_token.

Referenced by MayaFlux::Core::GraphicsSubsystem::process(), and MayaFlux::Core::AudioSubsystem::process_output().

+ Here is the caller graph for this function: