feat(core): Add concurrent processing support
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export * from './classes.concurrentprocessor.js';
|
||||
|
||||
export const map = async <T = any, R = any>(
|
||||
arrayArg: T[],
|
||||
mapFunction: (itemArg: T) => Promise<R>
|
||||
|
||||
Reference in New Issue
Block a user