forkIO package:threads

Like Control.Concurrent.forkIO but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.
Same as Control.Concurrent.Thread.forkIO but additionaly adds the thread to the group.
Like Control.Concurrent.forkIOWithUnmask but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.
Same as Control.Concurrent.Thread.forkIOWithUnmask but additionaly adds the thread to the group.