Extensions to the core Process library.
Process
delay : Basics.Float -> Task e a -> Task e a
Delay running the Task for a given Time.
Task
Time
asCmd : Task e a -> Platform.Cmd.Cmd (Result e a)
Turn a Task into a Cmd which returns a Result.
Cmd
Result