Update outdated comment

This commit is contained in:
fanyang
2026-06-25 00:54:26 +08:00
parent 8fa161bc1b
commit 7d249979ea
+2 -2
View File
@@ -218,8 +218,8 @@ impl Counter for UnsafeCellCounter {
// timestamp), which is what actually runs per packet in `peer_manager`.
// ---------------------------------------------------------------------------
// The real production `CounterHandle`. `CounterHandle::add` does a sharded
// `fetch_add` then a lock-free atomic-millis `touch`.
// The real production `CounterHandle`. `CounterHandle::add` does a single
// `AtomicU64::fetch_add` then a lock-free fastant `touch`.
impl Counter for CounterHandle {
#[inline(always)]
fn add(&self, delta: u64) {