NAME
A function of omni::application::terminate_handler
omni::application::terminate_handler::detach
A function of omni::application::terminate_handler
SYNOPSIS
Detach a delegate function from the terminate handler event.
top
Detach a delegate function from the terminate handler event.
#include <omni/application.hpp>
void omni::application::terminate_handler::detach(const omni::callback& terminate_func)
top
DESCRIPTION
Detaches a delegate function from the terminate handler event. Detaching a delegate that has not been initially attached has no effect.
top
Detaches a delegate function from the terminate handler event. Detaching a delegate that has not been initially attached has no effect.
top
CONSIDERATIONS
This function will only have an effect if you have explicitly called one of the
top
This function will only have an effect if you have explicitly called one of the
omni::application::run functions to block the main thread until program completion.
top