pub fn join(pollables: &[&Pollable])Expand description
Similar to crate::wasi::io::poll::poll, but polls all pollables until they are all ready.
Poll for completion on a set of pollables.
This function takes a list of pollables, which identify I/O sources of interest, and waits until all of the events are ready for I/O.