fix: fix race condition in worker choice strategies
[poolifier.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "cSpell.words": [
6 "Alessandro",
7 "Ardizio",
8 "autobuild",
9 "autocannon",
10 "Benoit",
11 "bufferutil",
12 "caffeinate",
13 "cloneable",
14 "codeql",
15 "commitlint",
16 "Dependabot",
17 "deque",
18 "eventloop",
19 "Fastify",
20 "FOSS",
21 "Gitter",
22 "inheritDoc",
23 "IWWR",
24 "jaywcjlove",
25 "lcov",
26 "libuv",
27 "loglevel",
28 "markdownlint",
29 "microjob",
30 "microtime",
31 "mochawesome",
32 "MYBENCH",
33 "nanothreads",
34 "nocombine",
35 "nproc",
36 "octocat",
37 "opencollective",
38 "OPTARG",
39 "Parens",
40 "piment",
41 "pioardi",
42 "poolifier",
43 "poolify",
44 "preinstall",
45 "Quadflieg",
46 "Shinigami",
47 "sonarsource",
48 "suchmokuo",
49 "threadjs",
50 "THREADPOOL",
51 "threadwork",
52 "tinypool",
53 "trimmable",
54 "tsdoc",
55 "typedoc",
56 "workerpool"
57 ],
58 "sonarlint.connectedMode.project": {
59 "connectionId": "pioardi",
60 "projectKey": "pioardi_poolifier"
61 }
62 }