commit | dc82a694df55655b6104c803be99036bffc5d1b6 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Nov 09 02:11:45 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Nov 09 02:11:45 2023 +0000 |
tree | a1cc9a60540936977e4bd79b8bd0126ef37c530f | |
parent | 891674115d4ae87287b1ee150d5534c3a95f64c6 [diff] | |
parent | bc5e6632663a0de311d0d1e6f6fd7e2d5cbf00b3 [diff] |
Snap for 11072265 from bc5e6632663a0de311d0d1e6f6fd7e2d5cbf00b3 to 24D1-release Change-Id: I80226e432ced04b8d91465a9129dac095ca5d7fd
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.