commit | f5e8a9fbf538f85fe82373fa8cc6b0e99180f3f6 | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Wed Feb 24 17:54:07 2021 +0000 |
committer | android-build-prod (mdb) <android-build-team-robot@google.com> | Wed Feb 24 17:54:07 2021 +0000 |
tree | d44255fadd7cd31117a35a02485877a5a63ceb6f | |
parent | 38a579f946ba661efdf2b0cc6d772bfdfb2b22dc [diff] | |
parent | c37c85bc7a34f7f632aa8776e15c0d1d387b78e2 [diff] |
Snap for 7168215 from c37c85bc7a34f7f632aa8776e15c0d1d387b78e2 to simpleperf-release Change-Id: If5bfd97835f1e7148a7932f980c4b32ef7532fe3
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.