summaryrefslogtreecommitdiffstats
path: root/runtime/src/command.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `command::channel` helperLibravatar Héctor Ramón Jiménez2023-11-291-0/+21
| | | | It is analogous to `subscription::channel`.
* Implement `Command::run` for executing a `Stream` to completionLibravatar Héctor Ramón Jiménez2023-11-291-1/+13
|
* Fix `Command<T>::perform` to return a `Command<T>`Libravatar Ian Douglas Scott2023-10-181-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`Libravatar Héctor Ramón Jiménez2023-03-051-0/+108