Turi Create
4.0
|
#include <core/system/startup_teardown/startup_teardown.hpp>
Public Member Functions | |
void | perform_teardown () |
~global_teardown () | |
This class centralizes all tear down functions allowing destruction to happen in a prescribed order.
TODO This can be more intelligent as required. For now, it is kinda dumb.
Definition at line 54 of file startup_teardown.hpp.
turi::global_teardown::~global_teardown | ( | ) |
Performs the teardown if teardown has not yet been performed.
void turi::global_teardown::perform_teardown | ( | ) |
Performs all the teardown calls immediately. Further calls to this function does nothing.