commit | 953ee5379d4d595f59fdd3fcebfaf0e1a846d2c7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:51:20 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:51:20 2023 +0000 |
tree | 03ff332f00013788b5fbe9b552f3d285627f560c | |
parent | c794581864e4c06d15707050f7ce2c32925ed78b [diff] | |
parent | a04647f49289e252243698da97cb54487c4baccf [diff] |
Snap for 10453563 from a04647f49289e252243698da97cb54487c4baccf to mainline-conscrypt-release Change-Id: I0e6a7ff4da8489ffa4a0df12e67e460dc4f1de30
This library provides the ThreadLocal
type which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library's thread_local!
macro which only allows static thread-local storage.
Add this to your Cargo.toml
:
[dependencies] thread_local = "1.1"
This crate's minimum supported Rust version (MSRV) is 1.59.0.
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.