pub fn epoll_ctl<M: MemorySize + 'static>(
ctx: FunctionEnvMut<'_, WasiEnv>,
epfd: Fd,
op: EpollCtl,
fd: Fd,
event_ref: WasmPtr<EpollEvent<M>, M>,
) -> Result<Errno, WasiError>
Expand description
§epoll_ctl()
Modifies an epoll interest list Output:
Fd fd
The new file handle that is used to modify or wait on the interest list