pub fn poll_wait(poll: HandleId) -> Result<PollSyscallResult, FtlError>
Expand description
Waits for an event on a poll object. Blocking.
pub fn poll_wait(poll: HandleId) -> Result<PollSyscallResult, FtlError>
Waits for an event on a poll object. Blocking.