You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ One of the ways to overcome this limitation is leveraging multi-threading capabi
9
9
Node.js Addons are dynamically-linked shared libraries, written in C++, that can be loaded into Node.js runtime using
10
10
the `require()` function, and used just as if they were an ordinary JavaScript module.
11
11
12
-
This example demonstrates a Node.js Addon which performs hardware accelarated image rendering without interfering the event loop. Though events are captured on the main thread, image rendering is performed on a new thread.
12
+
This example demonstrates a Node.js Addon which performs hardware accelarated image rendering without interfering the event loop. Though events are captured on the main thread, image rendering is performed on a dedicated thread.
0 commit comments