4 releases (2 breaking)
0.2.1 | Jun 21, 2024 |
---|---|
0.2.0 | Jun 7, 2024 |
0.1.0 | Apr 1, 2024 |
0.0.0 | Jan 22, 2023 |
#209 in Concurrency
Used in 2 crates
(via edict)
105KB
2K
SLoC
Amity
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
- Apache License, Version 2.0, (license/APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (license/MIT or http://opensource.org/licenses/MIT)
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