|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::atomic<DelayContext> MayaFlux::Vruta::cross_promise::active_delay_context { DelayContext::NONE } |
Active delay context controlling which pump(s) may resume this routine.
Valid states for cross routines:
The gate in try_resume_with_context CAS-es MULTIPLE -> NONE to claim the resume exclusively once all required clocks are satisfied.
Definition at line 391 of file Promise.hpp.
Referenced by MayaFlux::Kriya::GetPromiseBase< Vruta::cross_promise >::await_suspend().