Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-04 | Relax perform from Fn to more general FnOnce | 1 | -1/+1 | ||
2025-02-21 | Remove unnecessary `Future` imports | 1 | -1/+0 | ||
2025-02-21 | Run `cargo fmt` | 1 | -3/+3 | ||
2025-02-11 | Introduce `with` helper and use `sipper` in `gallery` example | 1 | -45/+1 | ||
2025-02-11 | Introduce `Task::map_with` | 1 | -0/+44 | ||
2025-02-10 | Use `sipper::Core` in `Task::sip` | 1 | -4/+4 | ||
2025-02-09 | Update `sipper` and relax `Send` requirements | 1 | -8/+5 | ||
2025-02-09 | Implement `sipper` support through `Task::sip` :tada: | 1 | -1/+22 | ||
2024-11-22 | Honor clones of `task::Handle` with `abort_on_drop` | 1 | -21/+42 | ||
2024-10-04 | Fix `Task::chain` when chained task is `Task::none` | 1 | -1/+1 | ||
2024-09-19 | Add `must_use` attribute to `Task` | 1 | -0/+1 | ||
2024-08-12 | Make `window::close` return and introduce `Task::discard` | 1 | -0/+11 | ||
2024-07-14 | Implement `application::Update` for `()` | 1 | -4/+1 | ||
2024-07-12 | Add `abort_on_drop` to `task::Handle` | 1 | -5/+40 | ||
You may not want to worry about aborting tasks manually. | |||||
2024-07-10 | Introduce `Task::abortable` :tada: | 1 | -0/+37 | ||
2024-07-10 | Move docs of `future` and `stream` in `Task` | 1 | -18/+18 | ||
2024-07-05 | Hide internal `Task` constructors | 1 | -81/+82 | ||
2024-06-20 | Introduce `and_then` methods for fallible `Task`s | 1 | -0/+33 | ||
2024-06-15 | Fix `Task::collect` not producing the collected outputs | 1 | -5/+12 | ||
2024-06-15 | Implement `Task::collect` | 1 | -29/+61 | ||
2024-06-14 | Move `Maybe*` traits back to `iced_futures` | 1 | -2/+1 | ||
2024-06-14 | Fix `Send` requirements for Wasm targets | 1 | -1/+1 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -0/+214 | ||