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

◆ sample_satisfied

std::atomic<bool> MayaFlux::Vruta::cross_promise::sample_satisfied { false }

Set by the sample-clock pump when next_sample has been reached.

Cleared before resume() fires so the flag is clean for the next suspension before any concurrent await_suspend can re-arm it.

Definition at line 415 of file Promise.hpp.

415{ false };