loom
loom copied to clipboard
`loom::LocalKey` does not support specialized implementations for `LocalKey<Cell<T>>` or `LocalKey<RefCell<T>>`
Rust 1.73.0 introduced these methods to simplify single-thread synchronization. They are not present in Loom's mock LocalKey.