omni::event::~event
NAME

omni::event::~event

A member dtor of omni::event

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

SYNOPSIS

Destructs the event clearing the underlying list.

top

DESCRIPTION

Destroys the event object and clears out the underlying list, calling each of the attached delegates destructors.

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