We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64934f commit 0665820Copy full SHA for 0665820
README.md
@@ -66,7 +66,7 @@ const services = new DispatchQueue.Group({
66
"secondary": {
67
path: "./path/to/service_2/worker.js",
68
threadAmount: 5,
69
- deferInitialisation: true }
+ lazyInitialisation: true }
70
});
71
72
services
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dispatchqueue",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "Swift's DispatchQueue recreated in Node.",
5
"main": "Sources/DispatchQueue.js",
6
"keywords": [
0 commit comments