avh4 / elm-program-test / SimulatedEffect.Process

This module parallels elm/core's Process module. Pull requests are welcome to add any functions that are missing.

The functions here produce SimulatedEffects instead of Cmds, which are meant to be used to help you implement the function to provide when using ProgramTest.withSimulatedEffects.

Processes

sleep : Basics.Float -> ProgramTest.SimulatedTask x ()

Block progress on the current process for the given number of milliseconds.