async filter array
Sample:
await xaa.filter([1, 2, 3], async val => await validateResult(val)) Copy
await xaa.filter([1, 2, 3], async val => await validateResult(val))
Beware: concurrency is fixed to 1.
array to filter
callback for filter
filtered result
async filter array
Sample:
Beware: concurrency is fixed to 1.