tokio-rs / tokio

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

doc: Add Cancel safety description for AsyncFd's methods #6662

Closed howjmay closed 1 month ago

howjmay commented 3 months ago

closes #6654

Darksonn commented 2 months ago

Any updates on this?