3 releases

0.1.2 Apr 17, 2024
0.1.1 Mar 28, 2024
0.1.0 Mar 20, 2024

#292 in Concurrency

Download history 186/week @ 2024-03-18 159/week @ 2024-03-25 56/week @ 2024-04-01 245/week @ 2024-04-15

471 downloads per month
Used in 2 crates

MIT license

22KB
313 lines

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.

Dependencies

~0–12MB
~88K SLoC