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

◆ EventChain() [2/2]

MayaFlux::Kriya::EventChain::EventChain ( Vruta::TaskScheduler scheduler)

Constructs an EventChain with an explicit scheduler.

Parameters
schedulerThe TaskScheduler to use for timing

Creates a new EventChain that will use the provided scheduler for timing operations. This allows for more control over which scheduler is used, which is useful in contexts where multiple processing engines might exist.

Definition at line 17 of file Chain.cpp.

18 : m_Scheduler(scheduler)
19{
20}
Vruta::TaskScheduler & m_Scheduler
Reference to the scheduler that manages timing.
Definition Chain.hpp:113