Function nc::sem_wait

source ยท
pub unsafe fn sem_wait(sem: &mut sem_t) -> Result<(), Errno>
Expand description

Decrement (lock) a semaphore.