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! src,doc: add C++ internals documentation
Co-Authored-By: mscdex <mscdex@users.noreply.github.com>
  • Loading branch information
addaleax and mscdex authored Nov 20, 2019
commit cbc41527807a9fe0364b08840fa4aa65a1b6ac25
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ particular a set of JavaScript objects that can refer to each other
(the “heap”).

Comment thread
gireeshpunathil marked this conversation as resolved.
V8 APIs are not thread-safe unless explicitly specified. In a typical Node.js
application, the main thread and each `Worker` thread each have one `Isolate`,
application, the main thread and any `Worker` threads each have one `Isolate`,
and JavaScript objects from one `Isolate` cannot refer to objects from
another `Isolate`.

Expand Down