[Haskell-cafe] forkSequence, runPar, parallelize (was: Re: You are in a twisty maze of concurrency libraries, all different ...)

Matthew Brecknell matthew at brecknell.net
Wed Dec 9 16:41:16 EST 2009


Antoine Latter wrote:
> A similar function that I'm fond of:
> 
> forkExec :: IO a -> IO (IO a)

It's cute that forkExec already has a dual operation with just the right
name (specialised to IO):

join :: IO (IO a) -> IO a





More information about the Haskell-Cafe mailing list