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

Safe HaskellSafe-Inferred
LanguageHaskell98

Control.Concurrent.Util

Documentation

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