summaryrefslogtreecommitdiffstats
path: root/src/executor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-281-83/+11
|
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-14/+3
|
* Keep old behavior for `Executor` feature flagsLibravatar Héctor Ramón Jiménez2021-01-151-14/+7
|
* Add `smol` async runtimeLibravatar Jayce Fayne2021-01-141-6/+24
|
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-3/+13
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* Update src/executor.rs Libravatar dabaichi2020-11-061-2/+1
| | | | | fix executor other than tokio Co-authored-by: Héctor Ramón <hector0193@gmail.com>
* upgrade tokio to latest version(v0.3)Libravatar valbendan2020-11-051-1/+2
|
* Remove `executor::Null` from the root public APILibravatar Héctor Ramón Jiménez2020-10-171-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.
* Improve docs for `Sandbox` and `Application`Libravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* Implement `enter` for `executor::Default` in WasmLibravatar Héctor Ramón Jiménez2020-03-301-1/+9
|
* Fix missing `enter` in `iced::executor::Default`Libravatar Héctor Ramón Jiménez2020-02-161-0/+4
|
* Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez2020-02-061-10/+21
|
* Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez2020-02-051-6/+5
|
* Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez2020-01-201-0/+54