Function fuchsia_zircon::deadline_after [] [src]

pub fn deadline_after(nanos: zx_duration_t) -> zx_time_t

Compute a deadline for the time in the future that is the given Duration away.

Wraps the zx_deadline_after syscall.