Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary `Future` imports | 2025-02-21 | 1 | -1/+0 | |
* | Run `cargo fmt` | 2025-02-21 | 1 | -3/+3 | |
* | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 1 | -45/+1 | |
* | Introduce `Task::map_with` | 2025-02-11 | 1 | -0/+44 | |
* | Use `sipper::Core` in `Task::sip` | 2025-02-10 | 1 | -4/+4 | |
* | Update `sipper` and relax `Send` requirements | 2025-02-09 | 1 | -8/+5 | |
* | Implement `sipper` support through `Task::sip` :tada: | 2025-02-09 | 1 | -1/+22 | |
* | Honor clones of `task::Handle` with `abort_on_drop` | 2024-11-22 | 1 | -21/+42 | |
* | Fix `Task::chain` when chained task is `Task::none` | 2024-10-04 | 1 | -1/+1 | |
* | 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 |