Skip to content

Commit 6487f2b

Browse files
authored
Update asyncworker.md
1 parent e512f92 commit 6487f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/asyncworker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class AsyncWorker {
6868
6969
`Nan::AsyncProgressWorkerBase` is an _abstract_ class template that extends `Nan::AsyncWorker` and adds additional progress reporting callbacks that can be used during the asynchronous work execution to provide progress data back to JavaScript.
7070
71-
Previously the definiton of `Nan::AsyncProgressWorker` only allowed sending `const char` data. Now extending `Nan::AsyncProgressWorker` will yield an instance of the implicit `Nan::AsyncProgressWorkerBase` template with type `<char>` for compatibility.
71+
Previously the definition of `Nan::AsyncProgressWorker` only allowed sending `const char` data. Now extending `Nan::AsyncProgressWorker` will yield an instance of the implicit `Nan::AsyncProgressWorkerBase` template with type `<char>` for compatibility.
7272
7373
`Nan::AsyncProgressWorkerBase` &amp; `Nan::AsyncProgressWorker` is intended for best-effort delivery of nonessential progress messages, e.g. a progress bar. The last event sent before the main thread is woken will be delivered.
7474

0 commit comments

Comments
 (0)