summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/seek.rs
AgeCommit message (Expand)Author
2020-10-08io: remove Poll from the AsyncSeek::start_seek return value (#2885)Zahari Dichev
2020-10-05io, stream: make ext trait futures !Unpin (#2910)Taiki Endo
2020-09-19io: fix doc-cfg on AsyncSeekExt (#2846)Taiki Endo
2020-01-08Fix Seek adapter and AsyncSeek error handling for FileJeb Rosen
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell