pub type EpollSubscriptions = HashMap<Fd, (EpollFd, Vec<EpollJoinGuard>)>;
struct EpollSubscriptions { /* private fields */ }