async icon indicating copy to clipboard operation
async copied to clipboard

Async utilities for node and the browser

Results 17 async issues
Sort by recently updated
recently updated
newest added

Would you consider exposing queue.clear method? As opposed to queue.kill method, clear would just empty the task list without removing the event handlers. After the method clear is called, the...

Currently, it doesn't support `IterableCollection` as stated in the doc. https://caolan.github.io/async/v3/docs.html#eachOfLimit ```ts coll | Array \| Iterable \| AsyncIterable \| Object | A collection to iterate over. ``` I have...

question

See title. @types/async definitions are way out of date, would be better for everyone if you guys integrated them into your main project

help wanted

sorrry to waste your time to read my probleam, and I know my english is not good, so maybe there are some express issues, hope you could understand I got...

Hi, my name is Glenn ten Cate and I work with the [Developer Best Practices Working Group](https://github.com/ossf/wg-best-practices-os-developers) of the Linux Foundation's Open Source Security Foundation (OpenSSF) ["Great Multi-Factor Authentication (MFA)...

Consider this example for map ``` async.map(['file1','file2','file3'], fs.stat, function(err, results) { // results is now an array of stats for each file }); ``` This basically tells me nothing except...

docs
help wanted

I tried to search in closed topics but found nothing. Does this lib support multicore? Imagine I have an array with 1 million filenames: `['1.txt', '2.txt', etc., ..., '1000000.txt']` and...

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.23.0. Release notes Sourced from eslint's releases. v8.23.0 Features 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas) 30b1a2d feat: add allowEmptyCase option...

dependencies
javascript

Bumps [rollup](https://github.com/rollup/rollup) from 2.77.2 to 2.79.0. Release notes Sourced from rollup's releases. v2.79.0 2022-08-31 Features Add amd.forceJsExtensionForImports to enforce using .js extensions for relative AMD imports (#4607) Pull Requests #4607:...

dependencies
javascript

**What version of async are you using?** 3.2.4 **Which environment did the issue occur in (Node/browser/Babel/Typescript version)** Node **What did you do? Please include a minimal reproducible case illustrating issue.**...

queue