tokio-rs / tokio

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
https://tokio.rs
MIT License
25.44k stars 2.3k forks source link

metrics: use `MetricAtomic*` for task counters #6624

Closed Darksonn closed 3 weeks ago

Darksonn commented 4 weeks ago

Follow-up PR to #6114 that uses #6598.