mueval-0.9.1.1: Safely evaluate pure Haskell expressions

Safe HaskellNone
LanguageHaskell98

Mueval.Parallel

Synopsis

Documentation

watchDog :: Int -> ThreadId -> IO ()

Fork off a thread which will sleep and then kill off the specified thread.

block :: (t -> MVar a -> IO t1) -> t -> IO a

A basic blocking operation.

forkedMain :: Options -> IO ()

Using MVars, block on forkedMain until it finishes.

forkedMain' :: Options -> MVar String -> IO ThreadId

Set a watchDog on this thread, and then continue on with whatever.