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