wasmer_wasix::fs::fd

Type Alias EpollSubscriptions

Source
pub type EpollSubscriptions = HashMap<Fd, (EpollFd, Vec<EpollJoinGuard>)>;

Aliased Typeยง

struct EpollSubscriptions { /* private fields */ }