omni::delegate::~delegate
NAME

omni::delegate::~delegate

A member dtor of omni::delegate

#include <omni/delegate/0.hpp>
omni::delegate::~delegate()

SYNOPSIS

The destructor detaches this instance from its target and method

top

DESCRIPTION

No description.

top

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