An open API service indexing awesome lists of open source software.

https://github.com/doumanash/os-sync

Simple synchronization primitives based on OS semaphore
https://github.com/doumanash/os-sync

Last synced: 2 months ago
JSON representation

Simple synchronization primitives based on OS semaphore

Awesome Lists containing this project

README

        

# 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