https://github.com/zakarumych/rwcell-rs
https://github.com/zakarumych/rwcell-rs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zakarumych/rwcell-rs
- Owner: zakarumych
- License: apache-2.0
- Created: 2016-03-04T02:21:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T11:18:35.000Z (over 9 years ago)
- Last Synced: 2025-02-17T03:57:12.592Z (4 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rwcell-rs
Value container which allow to simultaneously read and modify value from two separate threads## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.