fsevents 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fsevents might be problematic. Click here for more details.
- package/.travis.yml +1 -0
- package/fsevents.cc +4 -8
- package/node_modules/abbrev/package.json +14 -14
- package/node_modules/ansi-regex/package.json +14 -13
- package/node_modules/aproba/package.json +14 -13
- package/node_modules/are-we-there-yet/package.json +14 -13
- package/node_modules/balanced-match/package.json +14 -13
- package/node_modules/brace-expansion/package.json +14 -13
- package/node_modules/chownr/package.json +14 -13
- package/node_modules/code-point-at/package.json +14 -13
- package/node_modules/concat-map/package.json +9 -8
- package/node_modules/console-control-strings/package.json +14 -14
- package/node_modules/core-util-is/package.json +14 -13
- package/node_modules/debug/package.json +14 -13
- package/node_modules/deep-extend/package.json +14 -13
- package/node_modules/delegates/package.json +14 -13
- package/node_modules/detect-libc/package.json +14 -13
- package/node_modules/fs-minipass/package.json +14 -13
- package/node_modules/fs.realpath/package.json +14 -13
- package/node_modules/gauge/package.json +14 -13
- package/node_modules/glob/package.json +14 -13
- package/node_modules/has-unicode/package.json +14 -13
- package/node_modules/iconv-lite/package.json +14 -13
- package/node_modules/ignore-walk/package.json +14 -13
- package/node_modules/inflight/package.json +14 -13
- package/node_modules/inherits/package.json +14 -16
- package/node_modules/ini/package.json +14 -13
- package/node_modules/is-fullwidth-code-point/package.json +14 -13
- package/node_modules/isarray/package.json +14 -13
- package/node_modules/minimatch/package.json +14 -14
- package/node_modules/minimist/package.json +9 -8
- package/node_modules/minipass/package.json +14 -15
- package/node_modules/minizlib/package.json +14 -13
- package/node_modules/mkdirp/package.json +14 -15
- package/node_modules/ms/package.json +9 -8
- package/node_modules/needle/package.json +14 -13
- package/node_modules/node-pre-gyp/package.json +12 -9
- package/node_modules/nopt/package.json +14 -13
- package/node_modules/npm-bundled/package.json +14 -13
- package/node_modules/npm-packlist/package.json +14 -13
- package/node_modules/npmlog/package.json +14 -13
- package/node_modules/number-is-nan/package.json +14 -13
- package/node_modules/object-assign/package.json +14 -13
- package/node_modules/once/package.json +14 -14
- package/node_modules/os-homedir/package.json +14 -13
- package/node_modules/os-tmpdir/package.json +14 -13
- package/node_modules/osenv/package.json +14 -13
- package/node_modules/path-is-absolute/package.json +14 -13
- package/node_modules/process-nextick-args/package.json +14 -13
- package/node_modules/rc/node_modules/minimist/package.json +14 -13
- package/node_modules/rc/package.json +14 -13
- package/node_modules/readable-stream/package.json +14 -13
- package/node_modules/rimraf/package.json +14 -13
- package/node_modules/safe-buffer/package.json +14 -16
- package/node_modules/safer-buffer/package.json +14 -13
- package/node_modules/sax/package.json +14 -13
- package/node_modules/semver/package.json +14 -13
- package/node_modules/set-blocking/package.json +14 -13
- package/node_modules/signal-exit/package.json +14 -13
- package/node_modules/string-width/package.json +14 -14
- package/node_modules/string_decoder/package.json +14 -13
- package/node_modules/strip-ansi/package.json +14 -14
- package/node_modules/strip-json-comments/package.json +14 -13
- package/node_modules/tar/package.json +14 -13
- package/node_modules/util-deprecate/package.json +14 -13
- package/node_modules/wide-align/package.json +14 -13
- package/node_modules/wrappy/package.json +14 -14
- package/node_modules/yallist/package.json +14 -14
- package/package.json +1 -1
- package/src/methods.cc +9 -7
@@ -1,28 +1,30 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"strip-ansi@3.0.1",
|
5
|
+
"/Users/eshanker/Code/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "strip-ansi@3.0.1",
|
3
9
|
"_id": "strip-ansi@3.0.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
6
12
|
"_location": "/strip-ansi",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "strip-ansi
|
17
|
+
"raw": "strip-ansi@3.0.1",
|
12
18
|
"name": "strip-ansi",
|
13
19
|
"escapedName": "strip-ansi",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "3.0.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "3.0.1"
|
17
23
|
},
|
18
|
-
"_requiredBy": [
|
19
|
-
"/gauge",
|
20
|
-
"/string-width"
|
21
|
-
],
|
24
|
+
"_requiredBy": [],
|
22
25
|
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/gauge",
|
26
|
+
"_spec": "3.0.1",
|
27
|
+
"_where": "/Users/eshanker/Code/fsevents",
|
26
28
|
"author": {
|
27
29
|
"name": "Sindre Sorhus",
|
28
30
|
"email": "sindresorhus@gmail.com",
|
@@ -31,11 +33,9 @@
|
|
31
33
|
"bugs": {
|
32
34
|
"url": "https://github.com/chalk/strip-ansi/issues"
|
33
35
|
},
|
34
|
-
"bundleDependencies": false,
|
35
36
|
"dependencies": {
|
36
37
|
"ansi-regex": "^2.0.0"
|
37
38
|
},
|
38
|
-
"deprecated": false,
|
39
39
|
"description": "Strip ANSI escape codes",
|
40
40
|
"devDependencies": {
|
41
41
|
"ava": "*",
|
@@ -1,27 +1,30 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"strip-json-comments@2.0.1",
|
5
|
+
"/Users/eshanker/Code/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "strip-json-comments@2.0.1",
|
3
9
|
"_id": "strip-json-comments@2.0.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
|
6
12
|
"_location": "/strip-json-comments",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "strip-json-comments
|
17
|
+
"raw": "strip-json-comments@2.0.1",
|
12
18
|
"name": "strip-json-comments",
|
13
19
|
"escapedName": "strip-json-comments",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "2.0.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "2.0.1"
|
17
23
|
},
|
18
|
-
"_requiredBy": [
|
19
|
-
"/rc"
|
20
|
-
],
|
24
|
+
"_requiredBy": [],
|
21
25
|
"_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/rc",
|
26
|
+
"_spec": "2.0.1",
|
27
|
+
"_where": "/Users/eshanker/Code/fsevents",
|
25
28
|
"author": {
|
26
29
|
"name": "Sindre Sorhus",
|
27
30
|
"email": "sindresorhus@gmail.com",
|
@@ -30,8 +33,6 @@
|
|
30
33
|
"bugs": {
|
31
34
|
"url": "https://github.com/sindresorhus/strip-json-comments/issues"
|
32
35
|
},
|
33
|
-
"bundleDependencies": false,
|
34
|
-
"deprecated": false,
|
35
36
|
"description": "Strip comments from JSON. Lets you use comments in your JSON files!",
|
36
37
|
"devDependencies": {
|
37
38
|
"ava": "*",
|
@@ -1,27 +1,30 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"tar@4.4.1",
|
5
|
+
"/Users/eshanker/Code/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "tar@4.4.1",
|
3
9
|
"_id": "tar@4.4.1",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-O+v1r9yN4tOsvl90p5HAP4AEqbYhx4036AGMm075fH9F8Qwi3oJ+v4u50FkT/KkvywNGtwkk0zRI+8eYm1X/xg==",
|
6
12
|
"_location": "/tar",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "tar
|
17
|
+
"raw": "tar@4.4.1",
|
12
18
|
"name": "tar",
|
13
19
|
"escapedName": "tar",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "4.4.1",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "4.4.1"
|
17
23
|
},
|
18
|
-
"_requiredBy": [
|
19
|
-
"/node-pre-gyp"
|
20
|
-
],
|
24
|
+
"_requiredBy": [],
|
21
25
|
"_resolved": "https://registry.npmjs.org/tar/-/tar-4.4.1.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/node-pre-gyp",
|
26
|
+
"_spec": "4.4.1",
|
27
|
+
"_where": "/Users/eshanker/Code/fsevents",
|
25
28
|
"author": {
|
26
29
|
"name": "Isaac Z. Schlueter",
|
27
30
|
"email": "i@izs.me",
|
@@ -30,7 +33,6 @@
|
|
30
33
|
"bugs": {
|
31
34
|
"url": "https://github.com/npm/node-tar/issues"
|
32
35
|
},
|
33
|
-
"bundleDependencies": false,
|
34
36
|
"dependencies": {
|
35
37
|
"chownr": "^1.0.1",
|
36
38
|
"fs-minipass": "^1.2.5",
|
@@ -40,7 +42,6 @@
|
|
40
42
|
"safe-buffer": "^5.1.1",
|
41
43
|
"yallist": "^3.0.2"
|
42
44
|
},
|
43
|
-
"deprecated": false,
|
44
45
|
"description": "tar for node",
|
45
46
|
"devDependencies": {
|
46
47
|
"chmodr": "^1.0.2",
|
@@ -1,27 +1,30 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"util-deprecate@1.0.2",
|
5
|
+
"/Users/eshanker/Code/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "util-deprecate@1.0.2",
|
3
9
|
"_id": "util-deprecate@1.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
|
6
12
|
"_location": "/util-deprecate",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "util-deprecate
|
17
|
+
"raw": "util-deprecate@1.0.2",
|
12
18
|
"name": "util-deprecate",
|
13
19
|
"escapedName": "util-deprecate",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.0.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.0.2"
|
17
23
|
},
|
18
|
-
"_requiredBy": [
|
19
|
-
"/readable-stream"
|
20
|
-
],
|
24
|
+
"_requiredBy": [],
|
21
25
|
"_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/readable-stream",
|
26
|
+
"_spec": "1.0.2",
|
27
|
+
"_where": "/Users/eshanker/Code/fsevents",
|
25
28
|
"author": {
|
26
29
|
"name": "Nathan Rajlich",
|
27
30
|
"email": "nathan@tootallnate.net",
|
@@ -31,8 +34,6 @@
|
|
31
34
|
"bugs": {
|
32
35
|
"url": "https://github.com/TooTallNate/util-deprecate/issues"
|
33
36
|
},
|
34
|
-
"bundleDependencies": false,
|
35
|
-
"deprecated": false,
|
36
37
|
"description": "The Node.js `util.deprecate()` function with browser support",
|
37
38
|
"homepage": "https://github.com/TooTallNate/util-deprecate",
|
38
39
|
"keywords": [
|
@@ -1,27 +1,30 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"wide-align@1.1.2",
|
5
|
+
"/Users/eshanker/Code/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "wide-align@1.1.2",
|
3
9
|
"_id": "wide-align@1.1.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
|
6
12
|
"_location": "/wide-align",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "wide-align
|
17
|
+
"raw": "wide-align@1.1.2",
|
12
18
|
"name": "wide-align",
|
13
19
|
"escapedName": "wide-align",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "1.1.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "1.1.2"
|
17
23
|
},
|
18
|
-
"_requiredBy": [
|
19
|
-
"/gauge"
|
20
|
-
],
|
24
|
+
"_requiredBy": [],
|
21
25
|
"_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/gauge",
|
26
|
+
"_spec": "1.1.2",
|
27
|
+
"_where": "/Users/eshanker/Code/fsevents",
|
25
28
|
"author": {
|
26
29
|
"name": "Rebecca Turner",
|
27
30
|
"email": "me@re-becca.org",
|
@@ -30,11 +33,9 @@
|
|
30
33
|
"bugs": {
|
31
34
|
"url": "https://github.com/iarna/wide-align/issues"
|
32
35
|
},
|
33
|
-
"bundleDependencies": false,
|
34
36
|
"dependencies": {
|
35
37
|
"string-width": "^1.0.2"
|
36
38
|
},
|
37
|
-
"deprecated": false,
|
38
39
|
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
|
39
40
|
"devDependencies": {
|
40
41
|
"tap": "^10.3.2"
|
@@ -1,28 +1,30 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"wrappy@1.0.2",
|
5
|
+
"/Users/eshanker/Code/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "wrappy@1.0.2",
|
3
9
|
"_id": "wrappy@1.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
|
6
12
|
"_location": "/wrappy",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "wrappy@1",
|
17
|
+
"raw": "wrappy@1.0.2",
|
12
18
|
"name": "wrappy",
|
13
19
|
"escapedName": "wrappy",
|
14
|
-
"rawSpec": "1",
|
20
|
+
"rawSpec": "1.0.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "1"
|
22
|
+
"fetchSpec": "1.0.2"
|
17
23
|
},
|
18
|
-
"_requiredBy": [
|
19
|
-
"/inflight",
|
20
|
-
"/once"
|
21
|
-
],
|
24
|
+
"_requiredBy": [],
|
22
25
|
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/inflight",
|
26
|
+
"_spec": "1.0.2",
|
27
|
+
"_where": "/Users/eshanker/Code/fsevents",
|
26
28
|
"author": {
|
27
29
|
"name": "Isaac Z. Schlueter",
|
28
30
|
"email": "i@izs.me",
|
@@ -31,9 +33,7 @@
|
|
31
33
|
"bugs": {
|
32
34
|
"url": "https://github.com/npm/wrappy/issues"
|
33
35
|
},
|
34
|
-
"bundleDependencies": false,
|
35
36
|
"dependencies": {},
|
36
|
-
"deprecated": false,
|
37
37
|
"description": "Callback wrapping utility",
|
38
38
|
"devDependencies": {
|
39
39
|
"tap": "^2.3.1"
|
@@ -1,28 +1,30 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
"yallist@3.0.2",
|
5
|
+
"/Users/eshanker/Code/fsevents"
|
6
|
+
]
|
7
|
+
],
|
8
|
+
"_from": "yallist@3.0.2",
|
3
9
|
"_id": "yallist@3.0.2",
|
4
10
|
"_inBundle": false,
|
5
11
|
"_integrity": "sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k=",
|
6
12
|
"_location": "/yallist",
|
7
13
|
"_phantomChildren": {},
|
8
14
|
"_requested": {
|
9
|
-
"type": "
|
15
|
+
"type": "version",
|
10
16
|
"registry": true,
|
11
|
-
"raw": "yallist
|
17
|
+
"raw": "yallist@3.0.2",
|
12
18
|
"name": "yallist",
|
13
19
|
"escapedName": "yallist",
|
14
|
-
"rawSpec": "
|
20
|
+
"rawSpec": "3.0.2",
|
15
21
|
"saveSpec": null,
|
16
|
-
"fetchSpec": "
|
22
|
+
"fetchSpec": "3.0.2"
|
17
23
|
},
|
18
|
-
"_requiredBy": [
|
19
|
-
"/minipass",
|
20
|
-
"/tar"
|
21
|
-
],
|
24
|
+
"_requiredBy": [],
|
22
25
|
"_resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.2.tgz",
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/tar",
|
26
|
+
"_spec": "3.0.2",
|
27
|
+
"_where": "/Users/eshanker/Code/fsevents",
|
26
28
|
"author": {
|
27
29
|
"name": "Isaac Z. Schlueter",
|
28
30
|
"email": "i@izs.me",
|
@@ -31,9 +33,7 @@
|
|
31
33
|
"bugs": {
|
32
34
|
"url": "https://github.com/isaacs/yallist/issues"
|
33
35
|
},
|
34
|
-
"bundleDependencies": false,
|
35
36
|
"dependencies": {},
|
36
|
-
"deprecated": false,
|
37
37
|
"description": "Yet Another Linked List",
|
38
38
|
"devDependencies": {
|
39
39
|
"tap": "^10.3.0"
|
package/package.json
CHANGED
package/src/methods.cc
CHANGED
@@ -4,28 +4,30 @@
|
|
4
4
|
*/
|
5
5
|
|
6
6
|
void FSEvents::emitEvent(const char *path, UInt32 flags, UInt64 id) {
|
7
|
-
if (!handler) return;
|
8
7
|
Nan::HandleScope handle_scope;
|
8
|
+
v8::Local<v8::Object> object = handle();
|
9
|
+
v8::Local<v8::Value> key = Nan::New<v8::String>("handler").ToLocalChecked();
|
10
|
+
Nan::Callback handler(Nan::To<v8::Function>(Nan::Get(object, key).ToLocalChecked()).ToLocalChecked());
|
9
11
|
v8::Local<v8::Value> argv[] = {
|
10
12
|
Nan::New<v8::String>(path).ToLocalChecked(),
|
11
13
|
Nan::New<v8::Number>(flags),
|
12
14
|
Nan::New<v8::Number>(id)
|
13
15
|
};
|
14
|
-
handler
|
16
|
+
handler.Call(3, argv, &async_resource);
|
15
17
|
}
|
16
18
|
|
17
19
|
NAN_METHOD(FSEvents::New) {
|
18
|
-
Nan::Utf8String
|
19
|
-
Nan::Callback *callback = new Nan::Callback(info[1].As<v8::Function>());
|
20
|
+
Nan::Utf8String path(info[0]);
|
20
21
|
|
21
|
-
FSEvents *fse = new FSEvents(
|
22
|
+
FSEvents *fse = new FSEvents(*path);
|
22
23
|
fse->Wrap(info.This());
|
24
|
+
Nan::Set(info.This(), Nan::New<v8::String>("handler").ToLocalChecked(), info[1]);
|
23
25
|
|
24
26
|
info.GetReturnValue().Set(info.This());
|
25
27
|
}
|
26
28
|
|
27
29
|
NAN_METHOD(FSEvents::Stop) {
|
28
|
-
FSEvents* fse =
|
30
|
+
FSEvents* fse = Nan::ObjectWrap::Unwrap<FSEvents>(info.This());
|
29
31
|
|
30
32
|
fse->threadStop();
|
31
33
|
fse->asyncStop();
|
@@ -34,7 +36,7 @@ NAN_METHOD(FSEvents::Stop) {
|
|
34
36
|
}
|
35
37
|
|
36
38
|
NAN_METHOD(FSEvents::Start) {
|
37
|
-
FSEvents* fse =
|
39
|
+
FSEvents* fse = Nan::ObjectWrap::Unwrap<FSEvents>(info.This());
|
38
40
|
fse->asyncStart();
|
39
41
|
fse->threadStart();
|
40
42
|
|