Field note
What it does
The worker_threads module enables using multiple threads of execution in Node.js, with MessagePort for communication, Worker class for thread management, and BroadcastChannel for pub/sub messaging.
Capabilities
Available capabilities
Tags
Tags
Ways to use it
Ways to use it
sdk
javascript / worker_threads