sento

Crates.iosento
lib.rssento
version0.1.1
sourcesrc
created_at2022-05-29 19:54:42.527817
updated_at2022-05-29 21:03:23.371431
descriptionA lock-free, append-only atomic pool.
homepage
repositoryhttps://github.com/jonhoo/sento.git
max_upload_size
id596626
size44,583
Jon Gjengset (jonhoo)

documentation

README

Crates.io Documentation codecov Dependency status

A lock-free, append-only atomic pool.

This library implements an atomic, append-only collection of items, where individual items can be acquired and relased so they are always associated with at most one owner. Thus, each item is at all times either free or acquired, and the library presents operations for acquiring a free item or for releasing an already acquired one.

License

Licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

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 licensed as above, without any additional terms or conditions.

Commit count: 4

cargo fmt