summaryrefslogtreecommitdiffstats
path: root/futures/src/executor.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Remove unnecessary `Future` importsLibravatar Héctor Ramón Jiménez1-2/+0
2024-06-14Move `Maybe*` traits back to `iced_futures`Libravatar Héctor Ramón Jiménez1-1/+2
2024-06-14Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-28Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez1-34/+0
2022-01-28Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez1-6/+2
It allows to clean up all the `trait_aliases` modules!
2022-01-12Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez1-6/+0
2021-01-14Add `smol` async runtimeLibravatar Jayce Fayne1-0/+6
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-8/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-11-25Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez1-0/+6
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
2020-04-02Fix missing link in `Executor::enter` doc commentLibravatar Héctor Ramón Jiménez1-0/+2
2020-02-05Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez1-2/+9
2020-02-05Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-4/+4
2020-01-20Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez1-0/+13
2020-01-20Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez1-3/+9
2020-01-20Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez1-0/+36