Closed michaelklishin closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.70%
:tada:
Comparison is base (
f335c59
) 86.80% compared to head (b904487
) 87.51%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This was to demonstrate that this change isn't necessary and prove a certain hypothesis wrong => closing.
References #186.
One hypothesis in #186 was that compiler's type inference fails to determine that the value should be a
usize
. SinceAtomicUsize#fetch_add
returns ausize
, I highly doubt it is a compiler issue. Instead, the cloning/concurrency factors are more important.That said, this was trivial to put together, so why not use this PR to verify the hypothesis.