Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Split `iced_futures` into different `backend` implementations | 1 | -105/+0 | ||
2022-01-12 | Remove support for old `tokio` crate | 1 | -16/+8 | ||
2021-01-15 | Use `smol::Timer::interval` for `time::Every` | 1 | -9/+1 | ||
2021-01-15 | Fix `time::Every` implementation for `smol` runtime | 1 | -1/+9 | ||
2021-01-14 | Add `smol` async runtime | 1 | -1/+28 | ||
2021-01-04 | Use `Instant::into_std` in `futures::time` | 1 | -1/+1 | ||
2021-01-04 | Update `tokio` to `1.0` | 1 | -3/+15 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-25 | Introduce `tokio_old` feature | 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. | |||||
2020-04-30 | Implement `time::every` in `iced_futures` | 1 | -0/+70 | ||