summaryrefslogtreecommitdiffstats
path: root/futures/src/time.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-281-105/+0
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-16/+8
* Use `smol::Timer::interval` for `time::Every`Libravatar Héctor Ramón Jiménez2021-01-151-9/+1
* Fix `time::Every` implementation for `smol` runtimeLibravatar Héctor Ramón Jiménez2021-01-151-1/+9
* Add `smol` async runtimeLibravatar Jayce Fayne2021-01-141-1/+28
* Use `Instant::into_std` in `futures::time`Libravatar Héctor Ramón Jiménez2021-01-041-1/+1
* Update `tokio` to `1.0`Libravatar Yusuf Bera Ertan2021-01-041-3/+15
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-1/+7
* Implement `time::every` in `iced_futures`Libravatar Héctor Ramón Jiménez2020-04-301-0/+70