summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/unix/split_owned.rs
AgeCommit message (Expand)Author
2020-11-18io: add vectored writes to `AsyncWrite` (#3149)Sean McArthur
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl