Quiz Challenges
100
Question 80 of 100
80%
80
Which of these Node.js operations relies on libuv's threadpool rather than the OS kernel's native async I/O?
A
Promise.then() microtask callbacks
B
setTimeout and setInterval timer callbacks
C
All network I/O, such as http requests and TCP sockets
D
Most fs module file operations (like fs.readFile) and some crypto functions such as crypto.pbkdf2
Submit Answer
Previous
80
/
100
Next