Function system_get_event
pub fn system_get_event(
root_job: &Job,
kind: SystemEventKind,
) -> Result<Event, Status>Expand description
Retrieve a system event handle from the kernel.
Wraps the zx_system_get_event syscall.
pub fn system_get_event(
root_job: &Job,
kind: SystemEventKind,
) -> Result<Event, Status>Retrieve a system event handle from the kernel.
Wraps the zx_system_get_event syscall.