Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `smol::Timer::interval` for `time::Every` | 2021-01-15 | 1 | -9/+1 | |
| | |||||
* | Fix `time::Every` implementation for `smol` runtime | 2021-01-15 | 1 | -1/+9 | |
| | |||||
* | Add `smol` async runtime | 2021-01-14 | 1 | -1/+28 | |
| | |||||
* | Use `Instant::into_std` in `futures::time` | 2021-01-04 | 1 | -1/+1 | |
| | |||||
* | Update `tokio` to `1.0` | 2021-01-04 | 1 | -3/+15 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -2/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Introduce `tokio_old` feature | 2020-11-25 | 1 | -1/+7 | |
| | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | ||||
* | Implement `time::every` in `iced_futures` | 2020-04-30 | 1 | -0/+70 | |