commit | 00086688893dd0d349ab2699d1342f6f86467bf0 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Oct 08 14:50:56 2024 +0000 |
committer | James Farrell <[email protected]> | Tue Oct 08 14:50:56 2024 +0000 |
tree | 0f1ae6f059602c8bc204314d4ec26d2197528303 | |
parent | d2d72970e012bc7c32a546a25bd5d13dc55a7513 [diff] |
Make LICENSE-APACHE match crate archive. Bug: http://b/339424309 Test: treehugger Change-Id: I391a307aebf087ca89025ca7c5fc80448060ad8e
This provides something similar to what RwLock<Arc<T>>
is or what Atomic<Arc<T>>
would be if it existed, optimized for read-mostly write-seldom scenarios, with consistent performance characteristics.
Read the documentation before using.
The 1. version will build on any edition 2018 capable compiler. This does not include:
Licensed under either of
at your option.
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.