pub unsafe fn ngx_delete_posted_event(ev: *mut ngx_event_s)
Expand description
Deletes the event ev
from the queue it’s currently posted in.
§Safety
ev
must be a valid pointer to an ngx_event_t
.
ev.queue
is initialized with ngx_queue_init
.
pub unsafe fn ngx_delete_posted_event(ev: *mut ngx_event_s)
Deletes the event ev
from the queue it’s currently posted in.
ev
must be a valid pointer to an ngx_event_t
.
ev.queue
is initialized with ngx_queue_init
.