25#ifndef QB_IO_ASYNC_EVENT_TIMER_H
26#define QB_IO_ASYNC_EVENT_TIMER_H
30namespace qb::io::async::event {
71 explicit timer(ev::loop_ref loop)
Base class for asynchronous events in the QB IO library.
timer timeout
Alias for qb::io::async::event::timer to be used specifically in timeout scenarios.
Definition timer.h:83
base(ev::loop_ref loop)
Definition base.h:83
Event for handling time-based operations (timers and timeouts).
Definition timer.h:64
base< ev::timer > base_t
Base type alias for base<ev::timer>.
Definition timer.h:65
timer(ev::loop_ref loop)
Constructor.
Definition timer.h:71