raw_sync_2

Crates.ioraw_sync_2
lib.rsraw_sync_2
version0.1.5
sourcesrc
created_at2023-03-17 12:52:04.244605
updated_at2023-03-17 12:52:04.244605
descriptionLightweight wrapper around OS synchronization primitives
homepage
repositoryhttps://github.com/elast0ny/raw_sync-rs
max_upload_size
id812687
size54,354
Haixuan Xavier Tao (haixuanTao)

documentation

https://docs.rs/raw_sync

README

raw_sync

Build Status crates.io mio Lines of Code

Pushed new version of raw_sync based on https://github.com/elast0ny/raw_sync-rs/pull/29 fix.

This crate provides a lightweight wrapper around OS synchronization primitives.

It was mainly developed to be used with the shared_memory crate for cross-process synchronization through shared memory.

Features

Locks

Feature Description Linux Windows Mac
Mutex Mutually exclusive lock
RwLock Exclusive write/shared read X

Events

Feature Description Linux Windows Mac
Event Generic event : pthread_cond on Unix and Event Objects on windows.
BusyEvent Busy event implemented by polling a byte in a loop
EventFd Linux specific event type TODO N/A N/A

License

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 45

cargo fmt