sema

A simple semaphore.

Build Status Crates.io Crates.io

Documentation

Usage

Add this to your Cargo.toml:

```toml [dependencies]

sema = "*" ```

and this to your crate root:

rust extern crate sema;

Overview

Sema provides a safe Semaphore abstraction built on the POSIX sem_t type.