summaryrefslogtreecommitdiffstats
path: root/futures/src/executor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary `Future` importsLibravatar Héctor Ramón Jiménez2025-02-211-2/+0
|
* Move `Maybe*` traits back to `iced_futures`Libravatar Héctor Ramón Jiménez2024-06-141-1/+2
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-1/+1
|
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-281-34/+0
|
* Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-6/+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/+0
|
* Add `smol` async runtimeLibravatar Jayce Fayne2021-01-141-0/+6
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-8/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-0/+6
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* Fix missing link in `Executor::enter` doc commentLibravatar Héctor Ramón Jiménez2020-04-021-0/+2
|
* Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez2020-02-051-2/+9
|
* Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-02-051-4/+4
|
* Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-201-0/+13
|
* Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez2020-01-201-3/+9
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-0/+36