Function nc::sem_post

source ·
pub unsafe fn sem_post(sem: &mut sem_t) -> Result<(), Errno>
Expand description

Increment (unlock) a semaphore.