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

◆ delay_amount

template<typename RoutineType >
uint64_t MayaFlux::Vruta::routine_promise< RoutineType >::delay_amount = 0

Amount of delay requested by the coroutine.

This value is set when the coroutine co_awaits a delay awaiter (e.g., SampleDelay). It indicates how many time units the coroutine wishes to wait before resuming.

Definition at line 128 of file Promise.hpp.