LambdaHack-0.4.9.0: A game engine library for roguelike dungeon crawlers
Game.LambdaHack.Common.Thread
Description
Keeping track of forked threads.
forkChild :: MVar [Async ()] -> IO () -> IO ()Source
waitForChildren :: MVar [Async ()] -> IO ()Source