stoatpower / elm-exts / Exts.Task

Extensions to the core Process library.

delay : Basics.Float -> Task e a -> Task e a

Delay running the Task for a given Time.

asCmd : Task e a -> Platform.Cmd.Cmd (Result e a)

Turn a Task into a Cmd which returns a Result.