#futex #third-party #atomic-wait

yanked omango-futex-rs

Futex for Rust

3 releases

0.1.2 Mar 20, 2024
0.1.1 Mar 20, 2024
0.1.0 Mar 20, 2024

#10 in #futex

Download history 267/week @ 2024-03-17 7/week @ 2024-03-24 64/week @ 2024-03-31 3/week @ 2024-04-07

100 downloads per month

MIT license

21KB
317 lines

Omango-Futex-RS

This is implement futex for Rust .

Table of Contents

Usage

Add this to your Cargo.toml:

[dependencies]
omango-futex-rs = "0.1.2"

Compatibility

The minimum supported Rust version is 1.49.

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.


lib.rs:

The implementation is based on atomic-wait.

Source: 'https://github.com/m-ou-se/atomic-wait/blob/main'

Copyright & License:

Dependencies

~0–11MB
~84K SLoC