Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Remove unnecessary `Future` imports | 1 | -2/+0 | ||
2024-06-14 | Move `Maybe*` traits back to `iced_futures` | 1 | -1/+2 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -1/+1 | ||
2022-01-28 | Split `iced_futures` into different `backend` implementations | 1 | -34/+0 | ||
2022-01-28 | Introduce `MaybeSend` trait in `iced_futures` | 1 | -6/+2 | ||
It allows to clean up all the `trait_aliases` modules! | |||||
2022-01-12 | Remove support for old `tokio` crate | 1 | -6/+0 | ||
2021-01-14 | Add `smol` async runtime | 1 | -0/+6 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -8/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-25 | Introduce `tokio_old` feature | 1 | -0/+6 | ||
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | |||||
2020-04-02 | Fix missing link in `Executor::enter` doc comment | 1 | -0/+2 | ||
2020-02-05 | Drop `Send` in `Command` and `Executor` on Wasm | 1 | -2/+9 | ||
2020-02-05 | Use `reqwest` and `tokio` in `pokedex` example | 1 | -4/+4 | ||
2020-01-20 | Write documentation for `iced_futures` | 1 | -0/+13 | ||
2020-01-20 | Implement `WasmBindgen` executor and reorganize | 1 | -3/+9 | ||
2020-01-20 | Add `Application::Executor` associated type | 1 | -0/+36 | ||