tokio-rs / tokio

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

chore: prepare Tokio v1.38.0 #6601

Closed Darksonn closed 1 month ago

Darksonn commented 1 month ago

1.38.0 (May 30th, 2024)

This release marks the beginning of stabilization for runtime metrics. It stabilizes RuntimeMetrics::worker_count. Future releases will continue to stabilize more metrics.

Added

Changed

Fixed

Documented