Function ngx_add_timer

Source
pub unsafe fn ngx_add_timer(ev: *mut ngx_event_s, timer: usize)
Expand description

Sets a timeout for an event.

ยงSafety

ev must be a valid pointer to an ngx_event_t.