Function
select-with-timeout
Blocks until one of the given objects is ready for I/O, or the timeout expires.
select-with-timeout: func(handles: list<borrow<pollable>>, timeout-ms: u32) -> option<u32>;Blocks until one of the given objects is ready for I/O, or the timeout expires.
select-with-timeout: func(handles: list<borrow<pollable>>, timeout-ms: u32) -> option<u32>;