summaryrefslogtreecommitdiffstats
path: root/futures/src/executor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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