This module parallels elm/core's Process
module.
Pull requests are welcome to add any functions that are missing.
The functions here produce SimulatedEffect
s instead of Cmd
s, which are meant to be used
to help you implement the function to provide when using ProgramTest.withSimulatedEffects
.
sleep : Basics.Float -> ProgramTest.SimulatedTask x ()
Block progress on the current process for the given number of milliseconds.