| /third_party/node/deps/npm/node_modules/yargs/node_modules/p-limit/ |
| D | index.js | 4 const pLimit = concurrency => { argument 5 if (!((Number.isInteger(concurrency) || concurrency === Infinity) && concurrency > 0)) { 6 return Promise.reject(new TypeError('Expected `concurrency` to be a number from 1 and up')); 31 if (activeCount < concurrency) {
|
| D | readme.md | 3 > Run multiple promise-returning & async functions with limited concurrency 33 ### pLimit(concurrency) 37 #### concurrency subsubsection 43 Concurrency limit. 85 - [p-queue](https://github.com/sindresorhus/p-queue) - Promise queue with concurrency control 88 …hus/p-all) - Run promise-returning & async functions concurrently with optional limited concurrency
|
| D | index.d.ts | 33 Run multiple promise-returning & async functions with limited concurrency. 35 @param concurrency - Concurrency limit. Minimum: `1`. 38 export default function pLimit(concurrency: number): Limit;
|
| D | package.json | 38 "description": "Run multiple promise-returning & async functions with limited concurrency", 61 "concurrency",
|
| /third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/ |
| D | readme.md | 3 > Run multiple promise-returning & async functions with limited concurrency 36 ### pLimit(concurrency) 40 #### concurrency subsubsection 45 Concurrency limit. 81 - [p-queue](https://github.com/sindresorhus/p-queue) - Promise queue with concurrency control 84 …hus/p-all) - Run promise-returning & async functions concurrently with optional limited concurrency
|
| D | index.d.ts | 24 * Run multiple promise-returning & async functions with limited concurrency. 26 * @param concurrency - Concurrency limit. Minimum: `1`. 29 export default function pLimit(concurrency: number): Limit;
|
| D | index.js | 4 const pLimit = concurrency => { argument 5 if (concurrency < 1) { 6 throw new TypeError('Expected `concurrency` to be a number from 1 and up'); 31 if (activeCount < concurrency) {
|
| D | package.json | 38 "description": "Run multiple promise-returning & async functions with limited concurrency", 60 "concurrency",
|
| /third_party/node/benchmark/tls/ |
| D | tls-connect.js | 7 concurrency: [1, 10], property 14 let concurrency; variable 19 concurrency = conf.concurrency; 34 for (let i = 0; i < concurrency; i++)
|
| /third_party/node/deps/npm/node_modules/run-queue/ |
| D | README.md | 3 A promise based, dynamic priority queue runner, with concurrency limiting. 35 If you bump concurrency to `2`, then you get: 41 The concurrency means that they don't finish in order, because some take 45 even true if concurrency is set high enough that all of the regular queue
|
| /third_party/node/test/pummel/ |
| D | test-net-many-clients.js | 29 const concurrency = 50; constant 90 for (let i = 0; i < concurrency; i++) { 92 if (++finished_clients === concurrency) server.close(); 98 assert.strictEqual(total_connections, connections_per_client * concurrency);
|
| /third_party/typescript/tests/cases/docker/office-ui-fabric/ |
| D | Dockerfile | 15 RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts 18 RUN npx lerna exec --stream --concurrency 1 --bail=false -- yarn run just scss 20 CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--loglevel", "error", "--bail=false", "--…
|
| /third_party/node/deps/npm/node_modules/bluebird/js/release/ |
| D | map.js | 142 if (typeof options.concurrency !== "number") { 144 new TypeError("'concurrency' must be a number but it is " + 145 util.classString(options.concurrency))); 147 limit = options.concurrency;
|
| /third_party/node/deps/npm/node_modules/cacache/lib/ |
| D | verify.js | 19 concurrency: { property 131 }, { concurrency: opts.concurrency })) property 184 }, { concurrency: opts.concurrency }).then(() => stats) property
|
| /third_party/typescript/tests/cases/docker/pyright/ |
| D | Dockerfile | 8 RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts… 10 CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--no-bail", "--", "tsc", "--noEmit" ]
|
| /third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/ |
| D | index.js | 19 concurrency: Infinity, property 23 const limit = pLimit(opts.concurrency);
|
| /third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/ |
| D | index.js | 19 concurrency: Infinity, property 23 const limit = pLimit(opts.concurrency);
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/test/ |
| D | runner.dart | 42 @required int concurrency, 57 '--concurrency=$concurrency',
|
| /third_party/node/deps/npm/node_modules/debug/ |
| D | karma.conf.js | 66 // Concurrency level 68 concurrency: Infinity property
|
| /third_party/libuv/test/ |
| D | benchmark-pound.c | 271 static int pound_it(int concurrency, in pound_it() argument 290 do_setup(concurrency, arg); in pound_it() 292 r = do_connect(concurrency, make_connect, arg); in pound_it() 304 concurrency, in pound_it()
|
| /third_party/flutter/skia/modules/canvaskit/ |
| D | karma.conf.js | 55 // Concurrency level 57 concurrency: Infinity, property
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| D | karma.conf.js | 54 // Concurrency level 56 concurrency: Infinity, property
|
| /third_party/flutter/skia/experimental/wasm-skp-debugger/ |
| D | karma.conf.js | 52 // Concurrency level 54 concurrency: Infinity, property
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
| D | test.dart | 86 ..addOption('concurrency', 155 final int jobs = int.tryParse(argResults['concurrency']); 158 'Could not parse -j/--concurrency argument. It must be an integer greater than zero.' 238 concurrency: jobs,
|
| /third_party/flutter/skia/modules/pathkit/ |
| D | karma.bench.conf.js | 52 // Concurrency level 54 concurrency: Infinity, property
|