Crates.io | arc-swap-for-cow |
lib.rs | arc-swap-for-cow |
version | 1.7.1 |
source | src |
created_at | 2024-07-12 00:39:57.257459 |
updated_at | 2024-07-12 00:39:57.257459 |
description | Atomically swappable Arc |
homepage | |
repository | https://github.com/vorner/arc-swap |
max_upload_size | |
id | 1300137 |
size | 248,380 |
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.