@hackage io-throttle0.1.0

Limit number of IO actions started per second

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.