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

◆ get_auto_resume()

bool MayaFlux::Vruta::ComplexRoutine::get_auto_resume ( ) const
inlineoverridevirtual

Get auto_resume flag from promise.

Returns
True if coroutine should be automatically resumed

Implements MayaFlux::Vruta::Routine.

Definition at line 667 of file Routine.hpp.

667{ return true; }