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

◆ condition

std::function<bool()> MayaFlux::Vruta::conditional_promise::condition

Condition evaluated by the scheduler thread on each iteration.

Written once per suspension by ConditionAwaiter::await_suspend. Read repeatedly by the scheduler thread until it returns true. Null when the coroutine is not suspended on a condition.

Definition at line 454 of file Promise.hpp.