summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/blocking.rs
AgeCommit message (Expand)Author
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo