Document cancel safety of AsyncReadExt
's primitive read functions
#6332
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-io
Module: tokio/io
T-docs
Topic: documentation
Is your feature request related to a problem? Please describe.
The cancel safety of the primitive read functions (like read_u8) in AsyncReadExt is not documented.
Describe the solution you'd like
Document cancel safety.
Describe alternatives you've considered
It can be found by just searching online, but really it should be documented like other functions.
The text was updated successfully, but these errors were encountered: