pub fn epoll_wait<'a, M: MemorySize + 'static>(
ctx: FunctionEnvMut<'a, WasiEnv>,
epfd: Fd,
events: WasmPtr<EpollEvent<M>, M>,
maxevents: i32,
timeout: Timestamp,
ret_nevents: WasmPtr<M::Offset, M>,
) -> Result<Errno, WasiError>
Expand description
ยงepoll_wait()
Wait for an I/O event on an epoll file descriptor