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

◆ unhandled_exception()

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

Handles exceptions thrown from within the coroutine.

This method is called if an unhandled exception escapes from the coroutine. The current implementation terminates the program, as exceptions in audio processing code are generally considered fatal errors.

Definition at line 75 of file Promise.hpp.

75{ std::terminate(); }