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

◆ return_void()

template<typename RoutineType >
void MayaFlux::Vruta::routine_promise< RoutineType >::return_void ( )
inline

Handles the coroutine's void return.

This method is called when the coroutine executes a co_return statement without a value, or reaches the end of its function body.

Definition at line 66 of file Promise.hpp.

66{ }