1.0.2 • Published 4 years ago

build-batches v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Build Batches

Run your tasks in batches using ES6 generators.

Use Case

Say you want to make thousands of api calls, hitting the server all at once might choke the server or based on the server policy you might not be able to make further requests.

So, this library allow you to make the calls to server in batches.

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago