Function zx::object_wait_many
source ยท pub fn object_wait_many(
items: &mut [WaitItem<'_>],
deadline: MonotonicInstant,
) -> Result<bool, Status>
Expand description
Wait on multiple handles. The success return value is a bool indicating whether one or more of the provided handle references was closed during the wait.
Wraps the zx_object_wait_many syscall.