| Crates.io | pinned_sync |
| lib.rs | pinned_sync |
| version | 0.0.1 |
| created_at | 2021-07-01 20:27:55.194934+00 |
| updated_at | 2021-07-01 20:27:55.194934+00 |
| description | This crate implements pinned synchronization primitives. |
| homepage | |
| repository | https://github.com/nicbn/pinned-sync |
| max_upload_size | |
| id | 417587 |
| size | 96,808 |
This crate implements pinned synchronization primitives.
As this is only a proof-of-concept and the goal is to have this in std,
where we can better integrate with std codebase, there are some limitations
to this crate, for example:
std.Condvar with std primitives, or
std Condvar with new primitives.Tests and documentations are mostly copy-pasted from the std library.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.