commit | 692c674e395bbddeb54d3ef8152980cc69ce8857 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Nov 09 00:10:23 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Nov 09 00:10:23 2023 +0000 |
tree | 861ddf40c9bf68d94d1f61bfc66ee54a660fd637 | |
parent | 5b361ec312f68d1861e6420afb8a7d74702cc97a [diff] | |
parent | a82245d18f1a6e53417b1342955cc664c7fef9b9 [diff] |
Snap for 11071763 from a82245d18f1a6e53417b1342955cc664c7fef9b9 to 24Q1-release Change-Id: I702cd62186812acf0be240d2e706bbe4518207a5
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.