[][src]Function grpcio_sys::gpr_cv_signal

pub unsafe extern "C" fn gpr_cv_signal(cv: *mut gpr_cv)

If any threads are waiting on *cv, wake at least one. Clients may treat this as an optimization of gpr_cv_broadcast() for use in the case where waking more than one waiter is not useful. Requires: *cv initialized.