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.
- Host: GitHub
- URL: https://github.com/aldaronlau/shared_cell
- Owner: AldaronLau
- License: apache-2.0
- Created: 2023-08-12T05:18:36.000Z (almost 3 years ago)
- Default Branch: stable
- Last Pushed: 2023-08-28T02:42:05.000Z (almost 3 years ago)
- Last Synced: 2024-08-09T20:14:07.080Z (almost 2 years ago)
- Topics: actor-model, asynchronous, interior-mutability, rust-library
- Language: Rust
- Homepage: https://docs.rs/shared_cell
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Shared Cell
[](https://crates.io/crates/shared_cell)
[](https://crates.io/crates/shared_cell)
[](https://crates.io/crates/shared_cell)
[](https://github.com/AldaronLau/shared_cell/search?l=Text&q=license)
[](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