Module

Pha.Effects.Delay

Package
purescript-pha
Repository
gbagan/purescript-pha

#delay Source

delay :: forall r. Int -> Run (delay :: DELAY | r) Unit

sleep during n milliseconds then continue the action

#interpretDelay Source

interpretDelay :: Delay (Effect Unit) -> Effect Unit

default implementation of the effect delay

#Delay Source

data Delay a

Constructors

Instances