Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! worker: improve integration with native addons
  • Loading branch information
addaleax committed Feb 20, 2019
commit b89e762e94c5b2b82d21e36bfe7d9ba06d1a983e
4 changes: 0 additions & 4 deletions doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,6 @@ Notable differences inside a Worker environment are:
- Native add-ons can only be loaded from multiple threads if they fulfill
[certain conditions][Addons worker support].

Currently, the following differences also exist until they are addressed:

- The [`inspector`][] module is not available yet.
Comment thread
BridgeAR marked this conversation as resolved.

Creating `Worker` instances inside of other `Worker`s is possible.

Like [Web Workers][] and the [`cluster` module][], two-way communication can be
Expand Down