| Safe Haskell | None | 
|---|---|
| Language | Haskell98 | 
Control.Monad.Par.IO
Description
This module is an alternative version of Control.Monad.Par in
   which the Par type provides IO operations, by means of liftIO.
   The price paid is that only runParIO is available, not the pure runPar.
This module uses the same default scheduler as Control.Monad.Par.
Documentation
A wrapper around an underlying Par type which allows IO.