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

◆ get_scheduler()

std::shared_ptr< Vruta::TaskScheduler > MayaFlux::Core::Engine::get_scheduler ( )
inline

Gets the task scheduler.

Returns
Shared pointer to the TaskScheduler for coroutine-based timing

The TaskScheduler manages sample-accurate timing and coroutine execution. Access through Engine ensures proper clock synchronization with audio.

Definition at line 238 of file Engine.hpp.

238{ return m_scheduler; }
std::shared_ptr< Vruta::TaskScheduler > m_scheduler
Task scheduler.
Definition Engine.hpp:313

Referenced by MayaFlux::get_scheduler().

+ Here is the caller graph for this function: