Function grpcio_sys::gpr_time_add
source · pub unsafe extern "C" fn gpr_time_add(
a: gpr_timespec,
b: gpr_timespec
) -> gpr_timespec
Expand description
Add and subtract times. Calculations saturate at infinities.
pub unsafe extern "C" fn gpr_time_add(
a: gpr_timespec,
b: gpr_timespec
) -> gpr_timespec
Add and subtract times. Calculations saturate at infinities.