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.