summaryrefslogtreecommitdiffstats
path: root/runtime/src/command.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-147/+0
|
* Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez2024-03-161-0/+6
|
* 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