event_debug_unassign

When debugging mode is enabled, informs Libevent that an event should no longer be considered as assigned. When debugging mode is not enabled, does nothing.

This function must only be called on a non-added event.

@see event_enable_debug_mode()

extern (C) nothrow
void
event_debug_unassign

Meta