LambdaHack-0.4.9.0: A game engine library for roguelike dungeon crawlers

Safe HaskellSafe-Inferred

Game.LambdaHack.Common.Thread

Description

Keeping track of forked threads.

Documentation

forkChild :: MVar [Async ()] -> IO () -> IO ()Source