4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
import worker from 'worker_threads';
|
|
|
|
worker.parentPort.postMessage('Hello, world!');
|