Skip to content

Commit 0665820

Browse files
committed
Project: versioning
1 parent c64934f commit 0665820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const services = new DispatchQueue.Group({
6666
"secondary": {
6767
path: "./path/to/service_2/worker.js",
6868
threadAmount: 5,
69-
deferInitialisation: true }
69+
lazyInitialisation: true }
7070
});
7171

7272
services

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dispatchqueue",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Swift's DispatchQueue recreated in Node.",
55
"main": "Sources/DispatchQueue.js",
66
"keywords": [

0 commit comments

Comments
 (0)