pub(crate) fn poll_oneoff_internal<'a, M: MemorySize, After>(
    ctx: FunctionEnvMut<'a, WasiEnv>,
    subs: Vec<(Option<Fd>, i16, Subscription)>,
    process_events: After,
) -> Result<Errno, WasiError>Expand description
ยงpoll_oneoff()
Concurrently poll for a set of events
Inputs:
const __wasi_subscription_t *inThe events to subscribe to__wasi_event_t *outThe events that have occuredu32 nsubscriptionsThe number of subscriptions and the number of events
Output:
u32 neventsThe number of events seen