hsdev-0.1.7.2: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellSafe
LanguageHaskell98

Control.Concurrent.Util

Documentation

fork :: (MonadIO m, Functor m) => IO () -> m () Source

timeout :: Int -> IO a -> IO (Maybe a) Source