Safe Haskell | None |
---|
Mueval.Parallel
Documentation
watchDog :: Int -> ThreadId -> IO ()Source
Fork off a thread which will sleep and then kill off the specified thread.
forkedMain :: Options -> IO ()Source
Using MVars, block on forkedMain
until it finishes.