Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |