Function ngx_post_event

Source
pub unsafe fn ngx_post_event(ev: *mut ngx_event_s, q: *mut ngx_queue_s)
Expand description

Post the event ev to the post queue q.

ยงSafety

ev must be a valid pointer to an ngx_event_t. q is a valid pointer to a queue head.