commit | 4b33f695fbaf74077a63e20a872883225c57cc09 | [log] [tgz] |
---|---|---|
author | Wei Li <[email protected]> | Tue Jul 30 02:51:35 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jul 30 02:51:35 2024 +0000 |
tree | 7b0d472fe9fc8b9f1388157a45db0c252417784f | |
parent | 612608ff83618a247d9817565ee6f9a886fb53e1 [diff] | |
parent | 39224721e1fd807d87f7842548f85205aa40d72a [diff] |
Cleanup license metadata in external/rust/crates/arc-swap. am: 39224721e1 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/arc-swap/+/3193026 Change-Id: I989ff0595812c779b0c548888ff9c594e1f71f86 Signed-off-by: Automerger Merge Worker <[email protected]>
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.