Type Alias wasmer_wasix::fs::fd::EpollSubscriptions
source · pub type EpollSubscriptions = HashMap<Fd, (EpollFd, Vec<EpollJoinGuard>)>;
Aliased Type§
struct EpollSubscriptions { /* private fields */ }
pub type EpollSubscriptions = HashMap<Fd, (EpollFd, Vec<EpollJoinGuard>)>;
struct EpollSubscriptions { /* private fields */ }