buildbox-2.2.1.1: Rehackable components for writing buildbots and test harnesses.

Safe HaskellSafe
LanguageHaskell98

BuildBox.Command.Sleep

Description

What do build 'bots dream about?

Synopsis

Documentation

sleep :: Int -> Build () Source #

Sleep for a given number of seconds.

msleep :: Int -> Build () Source #

Sleep for a given number of milliseconds.