Function ngx_delete_posted_event

Source
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.