tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

Missing std::sync::Weak #156

Open emgre opened 4 years ago

emgre commented 4 years ago

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

darkskygit commented 1 year ago

any update?