[][src]Function grpcio_sys::gpr_time_similar

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