commit | edffc47a542f187b1db7cc541899865cd3ae5f90 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 30 18:33:31 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 30 18:33:31 2021 +0000 |
tree | d8039a1ffb11378c74b2287a975c5dec58c4c672 | |
parent | 3c30a04ccdc0cb1cb77564c20f070943979a650b [diff] | |
parent | 60c589dd62a01230dc585c30b987f702e8ec2a98 [diff] |
Snap for 7245843 from 60c589dd62a01230dc585c30b987f702e8ec2a98 to sc-mainline-release Change-Id: I5ba54f86a7bfe05718007cc823e1923e84590f1f
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.