Like Control.Concurrent.forkIO but returns a
computation that when executed blocks until the thread terminates then
returns the final value of the thread.
Like Control.Concurrent.forkIOWithUnmask but returns a
computation that when executed blocks until the thread terminates then
returns the final value of the thread.