Skip to content

Repository files navigation

timeout Build StatusBuild Status

Generalized sleep and timeout functions.

Example

moduleMainwhereimportControl.Timeout (timeout, sleep)
main::IO()
main =do
timeout 1$ sleep 2-- Will return IO Nothing
timeout 2$ sleep 1-- Will return IO (Just ())return()

About

Generalized sleep and timeout functions

Resources

Stars

2 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages