pub unsafe extern "C" fn pomp_evt_clear(event: *mut pomp_evt) -> c_intExpand description
Clear an event.
The fd associated with the pomp_evt will no longer be readable.
@param evt : event. @return 0 in case of success, negative errno value in case of error.