Expand description
Command type for side effects.
Commands represent IO operations that produce messages when complete. They are the only way to perform side effects in the Elm Architecture.
Structs§
- Cmd
- A command representing an IO operation that produces a message.