os-sync 0.3.1

Simple synchronization primitives based on OS semaphore
Documentation
1
2
3
4
5
6
7
# os-sync

[![Build](https://github.com/DoumanAsh/os-sync/workflows/Rust/badge.svg)](https://github.com/DoumanAsh/os-sync/actions?query=workflow%3ARust)
[![Crates.io](https://img.shields.io/crates/v/os-sync.svg)](https://crates.io/crates/os-sync)
[![Documentation](https://docs.rs/os-sync/badge.svg)](https://docs.rs/crate/os-sync/)

Simple synchronization primitives based on OS semaphore