Replies: 1 comment
-
No. This is not guaranteed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing
AsyncWrite
for some struct. Ifpoll_write
returnedPending
for the first poll, is it safe to suggest that thebuf
passed next time has the same content as the first-poll one?Or, does the following
buf
's content passed before returningReady
only appends the previous one?(Sorry for my bad English)
Beta Was this translation helpful? Give feedback.
All reactions