@hackage / io-throttle

Limit number of IO actions started per second

Latest0.1.0

About

Metadata

  • Last updated , by rodrigosetti
  • License MIT
  • Categories Concurrency
  • Maintained by: rodrigosetti@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.