summaryrefslogtreecommitdiffstats
path: root/tokio-test/src/task.rs
AgeCommit message (Expand)Author
2020-09-29test: fix spelling error in documentation (#2895)Matt Kennedy
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-04-22test: remove unnecessary unsafe code (#2424)Taiki Endo
2020-04-17test: Add `Future` and `Stream` impl for `Spawn`. (#2412)Lucio Franco
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
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-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07Remove git dep and add macro examples (#1404)Lucio Franco
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-23Introduce `tokio-test` crate (#1030)Lucio Franco