NAME
A member of omni::sync::runnable_thread
omni::sync::runnable_thread::disposing
A member of omni::sync::runnable_thread
#include <omni/sync/runnable_thread.hpp>
omni::sync::runnable_thread&> omni::sync::runnable_thread::disposing
DESCRIPTION
An event that can be attached to when this object's destructor is called. This is only declared and defined if the
top
An event that can be attached to when this object's destructor is called. This is only declared and defined if the
OMNI_DISPOSE_EVENT
macro is defined.
top
CONSIDERATIONS
You must take care not to have any code cause any exceptions be thrown as this is called during the destruction of this object.
top
You must take care not to have any code cause any exceptions be thrown as this is called during the destruction of this object.
top