/poolboy

Simple work queue for bounded concurrency

Primary LanguageHaskellISC LicenseISC

poolboy

Simple work queue for bounded concurrency

Example

withPoolboy defaultPoolboySettings $ \workQueue ->
   mapM_ (enqueue workQueue . execQuery insertBookQuery) books