2
3
6
7
8
9
10
11
13#include <so_5/event_queue_hook.hpp>
Interface of event_queue_hook object.
static void default_deleter(event_queue_hook_t *what) noexcept
An implementation of deleter that use operator delete for destroying object of type event_queue_hook.
static void noop_deleter(event_queue_hook_t *) noexcept
An implementation of no-op deleter.
Private part of message limit implementation.