Function wasmer_wasix::syscalls::wasix::epoll_wait::epoll_wait

source ·
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