3 releases
0.1.2 | Mar 20, 2024 |
---|---|
0.1.1 | Mar 20, 2024 |
0.1.0 | Mar 20, 2024 |
#10 in #futex
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:
BSD 2-Clause License
'https://opensource.org/license/bsd-2-clause'
Dependencies
~0–11MB
~67K SLoC