gren-lang / core

Gren's core package
https://packages.gren-lang.org/package/gren-lang/core/version/latest/overview
Other
32 stars 8 forks source link

Add `Task.execute` #76

Closed robinheghan closed 2 months ago

robinheghan commented 5 months ago

A function that converts a Task to a Cmd which will not trigger an message sent to the application's update function. Essentially triggering a Task purely for its side effects.

Would eliminate the need for NoOp messages and Node.endWithCommand