@hackage io-throttle0.1.0
Limit number of IO actions started per second
Categories
License
MIT
Maintainer
rodrigosetti@gmail.com
Links
Versions
- 0.1.0 Sat, 6 Sep 2014
Installation
Dependencies (3)
- SafeSemaphore >=0.10 && <0.11
- base >=4 && <5
- threads >=0.5 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
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.