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

◆ should_terminate

template<typename RoutineType >
bool MayaFlux::Vruta::routine_promise< RoutineType >::should_terminate = false

Flag indicating whether the coroutine should be terminated.

When set to true, the scheduler will destroy the coroutine rather than resuming it, even if it hasn't completed naturally. This allows for early termination of long-running coroutines.

Definition at line 98 of file Promise.hpp.