adspace
What types of tasks can be done asynchronously using the event loop?
Answer Posted / Jyoti Gangwar
Tasks that take a significant amount of time to complete, such as file I/O operations, network requests, or CPU-intensive calculations, can be performed asynchronously using the event loop in Node.js.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers