pinned_sync 0.0.1

This crate implements pinned synchronization primitives.
Documentation
  • Coverage
  • 70%
    7 out of 10 items documented0 out of 0 items with examples
  • Size
  • Source code size: 96.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 978.87 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nicbn/pinned-sync
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nicbn

Pinned synchronization primitives for Rust

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.