NAME
A member dtor of omni::delegate1
omni::delegate1::~delegate1
A member dtor of omni::delegate1
#include <omni/delegate/1.hpp>
omni::delegate1::~delegate1()
CONSIDERATIONS
If the function is still running when this delegate instance is being destroyed, the function will continue to live in an undefined state. The function will not stop upon destruction and will likely have a corrupted stack pointer.
top
If the function is still running when this delegate instance is being destroyed, the function will continue to live in an undefined state. The function will not stop upon destruction and will likely have a corrupted stack pointer.
top