Home

Awesome

f-throttle Build Status Dependency Status

Limit concurrency of a function returning a promise.

Usage

var throttle = require("f-throttle")
var throttledFn = throttle(concurrency, anyFn)

throttleFn functions like anyFn, but throttled to a concurrency of concurrency, where concurency is a number equal or higher than one.

Notes

Credits

The initial structure of this module was generated by Jumpstart, using the Jumpstart Black Coffee template.

License

f-throttle is released under the MIT License.
Copyright (c) 2013 Meryn Stol