Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -147/+0 | |
| | |||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -0/+6 | |
| | |||||
* | Implement `command::channel` helper | 2023-11-29 | 1 | -0/+21 | |
| | | | | It is analogous to `subscription::channel`. | ||||
* | Implement `Command::run` for executing a `Stream` to completion | 2023-11-29 | 1 | -1/+13 | |
| | |||||
* | Fix `Command<T>::perform` to return a `Command<T>` | 2023-10-18 | 1 | -3/+3 | |
| | | | | | | | This seems like clearly the correct thing to do here. If the type bound on `Command` isn't specified, it makes no difference, since the generic is inferred in a way that works with either definition. But this is important if `Command<T>` is aliased with a concrete type. | ||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -0/+108 | |