| Safe Haskell | Safe-Inferred |
|---|
Control.Concurrent.STM.Promise.Workers
Description
Evaluating promises in parallel
Documentation
workers :: Maybe Int -> Int -> [Promise a] -> IO ()Source
Evaluate these promises on n processors, maybe using a timeout in microseconds.