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

◆ samples_to_wait

uint64_t MayaFlux::Kriya::SampleDelay::samples_to_wait

Number of time units to wait before resuming the coroutine.

This value is added to the coroutine's next_sample field when await_suspend is called, scheduling the coroutine to resume after exactly this many discrete time units have been processed.

Definition at line 51 of file Awaiters.hpp.