2 unstable releases

0.1.0 Apr 1, 2024
0.0.0 Jan 22, 2023

#220 in Concurrency

Download history 7/week @ 2024-02-15 9/week @ 2024-02-22 1/week @ 2024-02-29 138/week @ 2024-03-28 31/week @ 2024-04-04 3/week @ 2024-04-11

172 downloads per month

MIT/Apache

105KB
2K SLoC

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.

Dependencies

~160KB