EpollKey

Type Alias EpollKey 

Source
pub type EpollKey = usize;
Expand description

EpollKey acts as an key to a map of WaitObject. In reality it is a pointer to a FileHandle object.