pub unsafe extern "C" fn gpr_time_similar(
a: gpr_timespec,
b: gpr_timespec,
threshold: gpr_timespec,
) -> c_int
Expand description
Return 1 if two times are equal or within threshold of each other, 0 otherwise
pub unsafe extern "C" fn gpr_time_similar(
a: gpr_timespec,
b: gpr_timespec,
threshold: gpr_timespec,
) -> c_int
Return 1 if two times are equal or within threshold of each other, 0 otherwise