Files
Kmake/test/fixtures/workload/allocation-worker.js
2026-05-26 23:36:42 -07:00

6 lines
142 B
JavaScript

'use strict';
const { Worker } = require('worker_threads');
const path = require('path');
new Worker(path.join(__dirname, 'allocation.js'));