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