loom icon indicating copy to clipboard operation
loom copied to clipboard

`loom::LocalKey` does not support specialized implementations for `LocalKey<Cell<T>>` or `LocalKey<RefCell<T>>`

Open anko opened this issue 1 year ago • 0 comments

Rust 1.73.0 introduced these methods to simplify single-thread synchronization. They are not present in Loom's mock LocalKey.

anko avatar Apr 20 '24 16:04 anko