Skip to content

Commit

Permalink
fixup! worker: Add experimental SynchronousWorker implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored Oct 15, 2022
1 parent 8d6488a commit 5785102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ added: REPLACEME
* `promise` {Promise}
Spin the event loop of the innsert Node.js instance until a specific `Promise`
Spin the event loop of the inner Node.js instance until a specific `Promise`
is resolved.
#### `synchronousWorker.runInWorkerScope(fn)`
Expand Down

0 comments on commit 5785102

Please sign in to comment.