pub fn create_handles(defs: &[HandleDef]) -> Vec<zx_handle_info_t>
Expand description
Creates a vector of raw handles based on defs
. Panics if creating any of
the handles fails. The caller is responsible for closing the handles.
pub fn create_handles(defs: &[HandleDef]) -> Vec<zx_handle_info_t>
Creates a vector of raw handles based on defs
. Panics if creating any of
the handles fails. The caller is responsible for closing the handles.