pub type EpollKey = usize;
EpollKey acts as an key to a map of WaitObject. In reality it is a pointer to a FileHandle object.