Faithful to your suggestion in #128 , I took a brief look at this crate's API for places that are awkward or should be deprecated.
Arc::strong_count and Arc::count are a good example; these redundant methods somehow became included in triomphe over the years.
I'll keep my eyes peeled and, when I have more time, maybe add more comments to this issue.
Faithful to your suggestion in #128 , I took a brief look at this crate's API for places that are awkward or should be deprecated.
Arc::strong_countandArc::countare a good example; these redundant methods somehow became included in triomphe over the years.I'll keep my eyes peeled and, when I have more time, maybe add more comments to this issue.