Skip to content

nicbn/pinned-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinned synchronization primitives for Rust

crates.io docs.rs

This crate implements pinned synchronization primitives.

Limitations

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:

  • There is redundancy all around.
  • The guards for mutex and rwlock are not the same as the ones from std.
  • Therefore, we can not integrate Condvar with std primitives, or std Condvar with new primitives.

Tests and documentations are mostly copy-pasted from the std library.

License

Licensed under either of

at your option.

Contribution

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages