commit | 532436d061c7baf23101d4fb4d2ee1b11138a441 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Nov 10 00:10:14 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Nov 10 00:10:14 2023 +0000 |
tree | a1cc9a60540936977e4bd79b8bd0126ef37c530f | |
parent | 692c674e395bbddeb54d3ef8152980cc69ce8857 [diff] | |
parent | bc5e6632663a0de311d0d1e6f6fd7e2d5cbf00b3 [diff] |
Snap for 11078623 from bc5e6632663a0de311d0d1e6f6fd7e2d5cbf00b3 to 24Q1-release Change-Id: I538879b80353d89ca773c14cda7684c438d1d1ec
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.