Crates.io | omango-futex |
lib.rs | omango-futex |
version | 0.1.2 |
source | src |
created_at | 2024-03-20 22:43:36.985385 |
updated_at | 2024-04-17 12:25:08.716903 |
description | Futex for Rust |
homepage | https://github.com/tqtrungse/omango-futex |
repository | https://github.com/tqtrungse/omango-futex |
max_upload_size | |
id | 1181033 |
size | 24,924 |
This is implement futex for Rust .
Compared with atomic-wait, it provides additional support wait_until on Windows, Unix, FreeBSD.
Add this to your Cargo.toml
:
[dependencies]
omango-futex = "0.1.2"
The minimum supported Rust version is 1.57
.
The crate is licensed under the terms of the MIT license. See LICENSE for more information.
This product includes copies and modifications of software developed by third parties:
The third party licenses can be found in here.