Node.js - Worker Threads
Which of the following is the correct syntax to listen for messages from a worker in Node.js?
on method to listen for events.message, and the syntax is worker.on('message', callback).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions