loom icon indicating copy to clipboard operation
loom copied to clipboard

Missing std::sync::Weak

Open emgre opened this issue 5 years ago • 1 comments

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

emgre avatar Jul 08 '20 20:07 emgre

any update?

darkskygit avatar Jun 30 '23 09:06 darkskygit