forkOS package:threads

Like Control.Concurrent.forkOS 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.forkOS but additionaly adds the thread to the group.