loom
loom copied to clipboard
Missing std::sync::Weak
There is no equivalent in loom for std::sync::Weak<T> and std::sync::Arc::<T>::downgrade(this: &Arc<T>) -> Weak<T>. It would be needed for https://github.com/tokio-rs/tokio/pull/2649
any update?