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