amity

Crates.ioamity
lib.rsamity
version0.2.1
sourcesrc
created_at2023-01-22 15:05:03.406073
updated_at2024-06-21 10:34:07.432922
descriptionConcurrency algorithms
homepagehttps://github.com/zakarumych/amity
repositoryhttps://github.com/zakarumych/amity
max_upload_size
id765184
size109,229
development (github:dabbotorg:development)

documentation

https://docs.rs/amity

README

Amity

crates docs actions MIT/Apache loc

Collection of concurrency algorithms. Includes blocking, lock-free and wait-free algorithms for different scenarios and purposes.

The collection is not fixed and more algorithms will be added. Algorithm may be removed from crate only if its implementation is unsound and cannot be fixed. In this case it will be deprecated first and removed in later version.

Most algorithms require its own feature flag to be enabled.

no-std support

If algorithm requires std its feature name will have -std suffix and enable std feature.

License

Licensed under either of

at your option.

Contributions

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.

Commit count: 15

cargo fmt