SObjectizer  5.8
Loading...
Searching...
No Matches
timertt::default_actor_exception_handler Struct Reference

Class of default handler for exceptions thrown from timer actors. More...

#include <all.hpp>

Public Member Functions

void operator() (const std::exception &)
 Handles exception.
 

Detailed Description

Class of default handler for exceptions thrown from timer actors.

Calls std::abort() to terminate application execution.

Definition at line 453 of file 3rd_party/timertt/all.hpp.

Member Function Documentation

◆ operator()()

void timertt::default_actor_exception_handler::operator() ( const std::exception & )
inline

Handles exception.

Definition at line 457 of file 3rd_party/timertt/all.hpp.


The documentation for this struct was generated from the following file: