tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.14k stars 111 forks source link

Arc::strong_count is unimplemented #171

Closed Restioson closed 2 years ago

Restioson commented 4 years ago

For some reason, Arc::strong_count is unimplemented with the following panic message given if it is called:

no tests checking this? DELETED!

It appears that this was remarked on in #73, but not addressed. Is there a reason for this function being missing?