Function fuchsia_zircon::object_wait_many [] [src]

pub fn object_wait_many(
    items: &mut [WaitItem],
    deadline: Time
) -> Result<bool, Status>

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.