omango-futex

Crates.ioomango-futex
lib.rsomango-futex
version0.1.2
sourcesrc
created_at2024-03-20 22:43:36.985385
updated_at2024-04-17 12:25:08.716903
descriptionFutex for Rust
homepagehttps://github.com/tqtrungse/omango-futex
repositoryhttps://github.com/tqtrungse/omango-futex
max_upload_size
id1181033
size24,924
Trung (tqtrungse)

documentation

https://docs.rs/omango-futex

README

Omango-Futex

This is implement futex for Rust .

Compared with atomic-wait, it provides additional support wait_until on Windows, Unix, FreeBSD.

Table of Contents

Usage

Add this to your Cargo.toml:

[dependencies]
omango-futex = "0.1.2"

Compatibility

The minimum supported Rust version is 1.57.

License

The crate is licensed under the terms of the MIT license. See LICENSE for more information.

Third party software

This product includes copies and modifications of software developed by third parties:

  • atomic-wait See the source code files for more details.

The third party licenses can be found in here.

Commit count: 39

cargo fmt