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
@@ -599,7 +599,7 @@ V8 is known to be a JavaScript engine because it takes JavaScript code and execu
599
599
600
600
## Q. Why is LIBUV needed in Node JS?
601
601
602
-
**libuv** is a C library originally written for Node.js to abstract non-blocking I/O operations. It provide the below features
602
+
**libuv** is a C library originally written for Node.js to abstract non-blocking I/O operations. It provides the following features:
603
603
604
604
* It allows the CPU and other resources to be used simultaneously while still performing I/O operations, thereby resulting in efficient use of resources and network.
605
605
* It facilitates an event-driven approach wherein I/O and other activities are performed using callback-based notifications.
0 commit comments