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
doc: modify pointed place
I corrected the parts you pointed out.
  • Loading branch information
yoshimoto8 committed Dec 10, 2018
commit c6d9e33afc1630ca0873ec15119474292094b8d3
5 changes: 3 additions & 2 deletions doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,10 @@ listeners for the event exist.
added: v10.5.0
-->

Comment thread
lpinca marked this conversation as resolved.
* Extends: {EventEmitter}

The `Worker` class represents an independent JavaScript execution thread.
This class inherits from `EventEmitter`, and most Node.js APIs are available
inside of it.
Most Node.js APIs are available inside of it.

Notable differences inside a Worker environment are:

Expand Down