Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Split `iced_futures` into different `backend` implementations | 6 | -109/+0 | ||
2022-01-12 | Remove support for old `tokio` crate | 1 | -21/+0 | ||
2021-01-14 | Add `smol` async runtime | 1 | -0/+18 | ||
2020-11-25 | Introduce `tokio_old` feature | 1 | -0/+21 | ||
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | |||||
2020-11-05 | upgrade tokio to latest version(v0.3) | 1 | -1/+2 | ||
2020-04-04 | doc feature flags in futures | 3 | -0/+3 | ||
2020-02-05 | Drop `Send` in `Command` and `Executor` on Wasm | 2 | -4/+5 | ||
2020-01-20 | Improve consistency in executor documentation | 4 | -4/+4 | ||
2020-01-20 | Write documentation for `executor::WasmBindgen` | 1 | -0/+1 | ||
2020-01-20 | Write documentation for `iced_futures` | 4 | -0/+6 | ||
2020-01-20 | Implement `WasmBindgen` executor and reorganize | 1 | -0/+17 | ||
2020-01-20 | Add `Application::Executor` associated type | 4 | -0/+62 | ||