natty-light / batch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generalized interface for executing asynchronous data read/write jobs in batches, all in TypeScript. Provides two functions, one for sequential asynchronous processing, and one for concurrent asychronous processing. Usage will depend on the ability of the data consumer/provider to handle concurrent jobs. Also provides suite of relevant types.

About


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%