Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `must_use` attribute to `Task` | 2024-09-19 | 1 | -0/+1 | |
* | Make `window::close` return and introduce `Task::discard` | 2024-08-12 | 1 | -0/+11 | |
* | Implement `application::Update` for `()` | 2024-07-14 | 1 | -4/+1 | |
* | Add `abort_on_drop` to `task::Handle` | 2024-07-12 | 1 | -5/+40 | |
* | Introduce `Task::abortable` :tada: | 2024-07-10 | 1 | -0/+37 | |
* | Move docs of `future` and `stream` in `Task` | 2024-07-10 | 1 | -18/+18 | |
* | Hide internal `Task` constructors | 2024-07-05 | 1 | -81/+82 | |
* | Introduce `and_then` methods for fallible `Task`s | 2024-06-20 | 1 | -0/+33 | |
* | Fix `Task::collect` not producing the collected outputs | 2024-06-15 | 1 | -5/+12 | |
* | Implement `Task::collect` | 2024-06-15 | 1 | -29/+61 | |
* | Move `Maybe*` traits back to `iced_futures` | 2024-06-14 | 1 | -2/+1 | |
* | Fix `Send` requirements for Wasm targets | 2024-06-14 | 1 | -1/+1 | |
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -0/+214 |