summaryrefslogtreecommitdiffstats
path: root/tokio/docs
AgeCommit message (Collapse)Author
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
These functions have object safety issues. It also has been decided to avoid vectored operations on the I/O traits. A later PR will bring back vectored operations on specific types that support them. Refs: #2879, #2716