UNPKG

funthreads

Version:

A lightweight tool built on top of Node.js worker_threads, enabling multithreading.

6 lines (3 loc) 105 B
const { workerData } = require('worker_threads'); const { workerCode } = workerData; eval(workerCode);