summaryrefslogtreecommitdiffstats
path: root/tokio-util/tests
AgeCommit message (Expand)Author
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-11-06util: resurrect UdpFramed (#3044)Evan Cameron
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-08chore: Fix clippy lints (#2931)bdonlan
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-19util: remove Slice wrapper (#2847)Taiki Endo
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-27util: Add `TokioContext` future (#2791)Blas Rodriguez Irizar
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-07-23udp: Fix `UdpFramed` with regards to `Decode` (#1445)John Doneth
2020-04-02util: documentation example for LengthDelimitedCodec (#2339)Benjamin Halsted
2020-03-04codec: change Encoder to take &Item (#1746)Lucio Franco
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-13chore: fix warning in tokio-util tests (#1955)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche