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

`AsyncFd`'s methods are missing information about cancel safety #6654

Open kckeiks opened 3 months ago

kckeiks commented 3 months ago

Add documentation for AsyncFd::readable/readable_mut and AsyncFd::writable/writable_mut and anywhere else where it's applicable.

For reference #6652.