io-throttle

Limit number of IO actions started per second

http://github.com/rodrigosetti/io-throttle

Latest on Hackage:0.1.0@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Rodrigo Setti
Maintained by [email protected]

Limit the number of tasks started per second. The throttle function will run all actions concurrently but only starting a certain number per second. It will wait for all tasks and return the results in a list.