worker_threads library

Node.js "worker_threads" module bindings.

Use top-level worker object to access this module functionality.

Properties

worker WorkerThreadsModule
final

Functions

createMessageChannel() MessageChannel
Creates a MessageChannel using new MessageChanel().
createWorker(String filename, [WorkerOptions? options]) Worker
Creates a Worker using `new Worker().