feature: thread-it: get rid (#438)

This commit is contained in:
coderiaser 2025-07-02 18:34:59 +03:00
parent 99ad0c217d
commit 4ab4be124b
4 changed files with 2 additions and 10 deletions

View file

@ -5,14 +5,12 @@ const {callbackify} = require('node:util');
const pullout = require('pullout');
const ponse = require('ponse');
const threadIt = require('thread-it');
const {read} = require('redzip');
const root = require('../root');
const isString = (a) => typeof a === 'string';
const parse = threadIt(join(__dirname, 'worker'));
const parse = require('./worker');
threadIt.init();
// warm up
parse('');