|
C++ Actor Framework 0.19
|
Calls a cleanup function in its destructor for cleaning up global state. More...
#include <actor_system.hpp>
Public Types | |
| using | void_fun_t = void(*)() |
Public Member Functions | |
| global_state_guard (void_fun_t f) | |
| global_state_guard (global_state_guard &&other) noexcept | |
| global_state_guard & | operator= (global_state_guard &&other) noexcept |
| global_state_guard (const global_state_guard &)=delete | |
| global_state_guard & | operator= (const global_state_guard &)=delete |
Calls a cleanup function in its destructor for cleaning up global state.