hsdev-0.1.5.2: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.
Control.Concurrent.Util
fork :: (MonadIO m, Functor m) => IO () -> m () Source
race :: [IO a] -> IO a Source
timeout :: Int -> IO a -> IO (Maybe a) Source
withSync :: a -> ((a -> IO ()) -> IO b) -> IO a Source
withSync_ :: (IO () -> IO a) -> IO () Source