Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split `iced_futures` into different `backend` implementations | 2022-01-28 | 1 | -83/+11 | |
| | |||||
* | Remove support for old `tokio` crate | 2022-01-12 | 1 | -14/+3 | |
| | |||||
* | Keep old behavior for `Executor` feature flags | 2021-01-15 | 1 | -14/+7 | |
| | |||||
* | Add `smol` async runtime | 2021-01-14 | 1 | -6/+24 | |
| | |||||
* | Introduce `tokio_old` feature | 2020-11-25 | 1 | -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 | 2020-11-06 | 1 | -2/+1 | |
| | | | | | fix executor other than tokio Co-authored-by: Héctor Ramón <hector0193@gmail.com> | ||||
* | upgrade tokio to latest version(v0.3) | 2020-11-05 | 1 | -1/+2 | |
| | |||||
* | Remove `executor::Null` from the root public API | 2020-10-17 | 1 | -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` | 2020-04-02 | 1 | -1/+1 | |
| | |||||
* | Implement `enter` for `executor::Default` in Wasm | 2020-03-30 | 1 | -1/+9 | |
| | |||||
* | Fix missing `enter` in `iced::executor::Default` | 2020-02-16 | 1 | -0/+4 | |
| | |||||
* | Allow switching `executor::Default` with features | 2020-02-06 | 1 | -10/+21 | |
| | |||||
* | Drop `Send` in `Command` and `Executor` on Wasm | 2020-02-05 | 1 | -6/+5 | |
| | |||||
* | Implement `WasmBindgen` executor and reorganize | 2020-01-20 | 1 | -0/+54 | |