Carl Lerche
7e35922a1d
time: rename tokio::timer -> tokio::time ( #1745 )
2019-11-06 23:53:46 -08:00
Carl Lerche
b8cee1a60a
timer: move tokio-timer into tokio crate ( #1674 )
...
A step towards collapsing Tokio sub crates into a single `tokio`
crate (#1318 ).
The `timer` implementation is now provided by the main `tokio` crate.
The `timer` functionality may still be excluded from the build by
skipping the `timer` feature flag.
2019-10-21 16:45:13 -07:00
Jakub Beránek
2d56312b89
timer: introduce delay function shortcut ( #1440 )
...
This commit adds a simple delay shortcut to avoid writing Delay::new
everywhere and removes usages of Delay::new.
2019-08-20 08:39:55 -07:00
Taiki Endo
73102760cf
chore: change default lint level to warning and deny warnings in CI ( #1416 )
2019-08-10 00:07:57 +09:00
Carl Lerche
8404f796ac
test: get cargo test --tests working ( #1205 )
...
Broken tests are disabled
2019-06-26 14:40:52 -07:00
Carl Lerche
cb4aea394e
Update Tokio to Rust 2018 ( #1082 )
2019-05-14 10:27:36 -07:00
Lucio Franco
e5cf0cc717
Introduce tokio-test crate ( #1030 )
2019-04-23 20:17:57 -07:00