An open API service indexing awesome lists of open source software.

https://github.com/aldaronlau/shared_cell

Interior mutability between concurrent tasks on the same thread.
https://github.com/aldaronlau/shared_cell

actor-model asynchronous interior-mutability rust-library

Last synced: 10 months ago
JSON representation

Interior mutability between concurrent tasks on the same thread.

Awesome Lists containing this project

README

          

# Shared Cell

[![Crates.io](https://img.shields.io/crates/v/shared_cell)](https://crates.io/crates/shared_cell)
[![Crates.io](https://img.shields.io/crates/d/shared_cell)](https://crates.io/crates/shared_cell)
[![Crates.io (recent)](https://img.shields.io/crates/dr/shared_cell)](https://crates.io/crates/shared_cell)
[![Crates.io](https://img.shields.io/crates/l/shared_cell)](https://github.com/AldaronLau/shared_cell/search?l=Text&q=license)
[![Docs.rs](https://docs.rs/shared_cell/badge.svg)](https://docs.rs/shared_cell/)

Interior mutability between concurrent tasks on the same thread.

Successor to [`pure_cell`](https://crates.io/crates/pure_cell)

## License
Copyright © 2023 The Shared Cell Contributors.

Licensed under any of
- Apache License, Version 2.0, ([LICENSE\_APACHE] or
)
- Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
)
- MIT License, ([LICENSE\_MIT] or )

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

## Help
If you want help using or contributing to this library, feel free to send me an
email at .

[LICENSE\_APACHE]: https://github.com/AldaronLau/shared_cell/blob/stable/LICENSE_APACHE
[LICENSE\_BOOST]: https://github.com/AldaronLau/shared_cell/blob/stable/LICENSE_BOOST
[LICENSE\_MIT]: https://github.com/AldaronLau/shared_cell/stable/LICENSE_MIT