commit | d34ff6a139effa2cede2a85274ca48369d6faa4a | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Thu Mar 04 00:39:48 2021 +0000 |
committer | android-build-prod (mdb) <android-build-team-robot@google.com> | Thu Mar 04 00:39:48 2021 +0000 |
tree | d44255fadd7cd31117a35a02485877a5a63ceb6f | |
parent | 7223064ec7b143c1654cb6184c15bf0e3438c97c [diff] | |
parent | 1011e50743121d418b1da23a7fac0aec0c7c659c [diff] |
Snap for 7183507 from 1011e50743121d418b1da23a7fac0aec0c7c659c to sdk-release Change-Id: I2136d7afa65735757270705366abc78aa7d4924f
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.36.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.