X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fpool.ts;h=93774422b4500459715ec236c136c1601f13add4;hb=d71d780609c902876fc36e03b5bbd7861daf7b37;hp=f85496434c2516eea46c7b5f1cde937565a2985d;hpb=6f65a0015850a7a5821cea00eb6d24cf046e5f19;p=poolifier.git diff --git a/examples/typescript/pool.ts b/examples/typescript/pool.ts index f8549643..93774422 100644 --- a/examples/typescript/pool.ts +++ b/examples/typescript/pool.ts @@ -6,7 +6,6 @@ import { FixedThreadPool, availableParallelism } from 'poolifier' -import type { MyData, MyResponse } from './worker' const workerFile = join( dirname(fileURLToPath(import.meta.url)),