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

Hardcode platform list in short-read optimization #6668

Closed Darksonn closed 5 days ago

Darksonn commented 1 week ago

Closes: #5866

Darksonn commented 5 days ago

We're applying the optimization for those today and nobody has complained, so I will assume it works. If it doesn't, then someone can file a bug.