summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/throttle.rs
AgeCommit message (Expand)Author
2020-09-02time: move throttle to StreamExt (#2752)Blas Rodriguez Irizar
2020-05-12chore: change norun to no_run (#2518)Alice Ryhl
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13time: stream throttle (#1949)Artem Vorotnikov
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche