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

◆ processing_token

template<typename RoutineType >
const ProcessingToken MayaFlux::Vruta::routine_promise< RoutineType >::processing_token { ProcessingToken::ON_DEMAND }

Token indicating how this coroutine should be processed.

Definition at line 80 of file Promise.hpp.

@ ON_DEMAND
Coroutine is executed on demand, not scheduled.