You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Documentation does not comment on the cancellation safety of AsyncBufReadExt::fill_buf. In my experimentation and in reading the source, I have not been able to determine the cancellation safety of fill_buf. Hopefully developers more familiar with the code can provide this information.
The text was updated successfully, but these errors were encountered:
Version
1.36
Platform
All
Description
Documentation does not comment on the cancellation safety of
AsyncBufReadExt::fill_buf
. In my experimentation and in reading the source, I have not been able to determine the cancellation safety offill_buf
. Hopefully developers more familiar with the code can provide this information.The text was updated successfully, but these errors were encountered: