summaryrefslogtreecommitdiffstats
path: root/tokio/src/future
AgeCommit message (Expand)Author
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-23chore: remove unused future/pending.rs (#2860)Taiki Endo
2020-07-20Update doc comments (#2572)Mikail Bagishov
2020-01-24future: provide try_join! macro (#2169)Carl Lerche
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-23future: provide join! macro (#2158)Carl Lerche
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche