commit | 891674115d4ae87287b1ee150d5534c3a95f64c6 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Sep 29 01:10:47 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Sep 29 01:10:47 2023 +0000 |
tree | 7b207acef293aaf37ff127439d12a9127febbc2e | |
parent | 823bf4a9e969886d657a80992779a0ba5f08d6a2 [diff] | |
parent | 86102de23930208d53a6cd9d2ade99f819ba194d [diff] |
Snap for 10878163 from 86102de23930208d53a6cd9d2ade99f819ba194d to 24D1-release Change-Id: Icf861daa5ba93e1918b9423242463704ac1f72e0
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.