summaryrefslogtreecommitdiffstats
path: root/src/executor.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-14/+0
2022-01-28Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez1-83/+11
2022-01-12Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez1-14/+3
2021-01-15Keep old behavior for `Executor` feature flagsLibravatar Héctor Ramón Jiménez1-14/+7
2021-01-14Add `smol` async runtimeLibravatar Jayce Fayne1-6/+24
2020-11-25Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez1-3/+13
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
2020-11-06Update src/executor.rs Libravatar dabaichi1-2/+1
fix executor other than tokio Co-authored-by: Héctor Ramón <hector0193@gmail.com>
2020-11-05upgrade tokio to latest version(v0.3)Libravatar valbendan1-1/+2
2020-10-17Remove `executor::Null` from the root public APILibravatar Héctor Ramón Jiménez1-1/+1
Using an `Application` with `executor::Null` does not make sense, as the whole purpose of an `Application` is to allow executing async actions. When async actions are not needed, `Sandbox` should be used instead.
2020-04-02Improve docs for `Sandbox` and `Application`Libravatar Héctor Ramón Jiménez1-1/+1
2020-03-30Implement `enter` for `executor::Default` in WasmLibravatar Héctor Ramón Jiménez1-1/+9
2020-03-28Fix lintLibravatar Kai Mast1-1/+1
2020-03-28ClippyLibravatar Kai Mast1-1/+1
2020-02-16Fix missing `enter` in `iced::executor::Default`Libravatar Héctor Ramón Jiménez1-0/+4
2020-02-06Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez1-10/+21
2020-02-05Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez1-6/+5
2020-01-20Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez1-0/+54