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
- Host: GitHub
- URL: https://github.com/doumanash/os-sync
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2020-02-15T17:04:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T18:21:07.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T09:52:13.615Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# os-sync
[](https://github.com/DoumanAsh/os-sync/actions?query=workflow%3ARust)
[](https://crates.io/crates/os-sync)
[](https://docs.rs/crate/os-sync/)Simple synchronization primitives based on OS semaphore