pub fn object_wait_many(
    items: &mut [WaitItem<'_>],
    deadline: Time
) -> 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.