Closed thinkloop closed 9 years ago
Hello, the readme page says that throttle and concurrency are supported options, but it doesn't seem like they are implemented - am I missing something?
Thanks!
You need to specify them on the base object:
var x = Xray().concurrency(2) x(...)(url, fn)
Awesome! It worked, thank u.
Hello, the readme page says that throttle and concurrency are supported options, but it doesn't seem like they are implemented - am I missing something?
Thanks!