summaryrefslogtreecommitdiffstats
path: root/futures/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-281-14/+1
|
* Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-0/+2
| | | | It allows to clean up all the `trait_aliases` modules!
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-6/+1
|
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-1/+1
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Collect the platform-specific concrete future implementations into mods.Libravatar Tanner Rogalsky2021-11-141-22/+47
|
* Add `smol` async runtimeLibravatar Jayce Fayne2021-01-141-2/+14
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-0/+2
|
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-1/+1
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* Disable `time` module on Wasm for nowLibravatar Héctor Ramón Jiménez2020-04-301-1/+4
|
* Implement `time::every` in `iced_futures`Libravatar Héctor Ramón Jiménez2020-04-301-0/+4
|
* doc feature flags in futuresLibravatar Rob Ede2020-04-041-0/+2
|
* Add `BoxFutures` and `BoxStream` to `iced_futures`Libravatar Héctor Ramón Jiménez2020-03-261-0/+28
|
* Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez2020-01-201-2/+2
|
* Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-201-0/+6
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-1/+5
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-0/+8