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 858942c commit 358b2d3Copy full SHA for 358b2d3
1 file changed
doc/async_worker.md
@@ -418,6 +418,7 @@ Value Echo(const CallbackInfo& info) {
418
EchoWorker* wk = new EchoWorker(cb, in);
419
wk->Queue();
420
return info.Env().Undefined();
421
+}
422
```
423
424
Using the implementation of a `Napi::AsyncWorker` is straight forward. You only
0 commit comments