[][src]Function libcoap_sys::coap_io_do_events

pub unsafe extern "C" fn coap_io_do_events(
    ctx: *mut coap_context_t,
    events: *mut epoll_event,
    nevents: usize
)

Process all the epoll events

Internal function

@param ctx The current CoAP context. @param events The list of events returned from an epoll_wait() call. @param nevents The number of events.