rust/library/std/src/thread
Trevor Gross 6f49080fa8 Update thread_local examples to use local_key_cell_methods
`local_key_cell_methods` has been stable for a while and provides a much less
clunky way to interface with thread-local variables.

Additionaly add context to the documentation about why types with interior
mutability are needed.
2024-01-02 22:24:26 -06:00
..
local std test: better type name, clarifying comment 2023-01-09 16:08:26 +01:00
local.rs Update thread_local examples to use local_key_cell_methods 2024-01-02 22:24:26 -06:00
mod.rs add teeos std impl 2023-12-07 10:33:03 +08:00
scoped.rs fix dupe word typos 2022-12-05 16:42:36 +08:00
tests.rs Update tvOS support elsewhere in the stdlib 2023-06-21 14:59:40 -07:00