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

◆ EventChain() [1/2]

MayaFlux::Kriya::EventChain::EventChain ( )

Constructs an EventChain using the global scheduler.

Creates a new EventChain that will use the global scheduler for timing operations. This is convenient for simple cases where only one processing engine is active.

Definition at line 12 of file Chain.cpp.

14{
15}
Vruta::TaskScheduler & m_Scheduler
Reference to the scheduler that manages timing.
Definition Chain.hpp:113
std::shared_ptr< Vruta::TaskScheduler > get_scheduler()
Gets the task scheduler from the default engine.
Definition Chronie.cpp:14