PollFn

Type Alias PollFn 

Source
pub type PollFn = extern "C" fn(ufds: *mut pollfd, nfds: c_ulong, timeout: i32, userdata: *mut c_void) -> i32;
Expand description

Generic prototype of a poll() like function.