X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Fsrc%2Fpool.ts;fp=examples%2Ftypescript%2Fhttp-client-pool%2Fsrc%2Fpool.ts;h=6988372eb1e4e07683fd129f8a2ea2b9ea0d40e2;hb=ded253e27e59ae936fe91d789d8454b7eb11dd6a;hp=673b71b894f19335f00aabb474f804cac7ffb99f;hpb=0e8691794db51210b4bcc6af77d54326583a269a;p=poolifier.git diff --git a/examples/typescript/http-client-pool/src/pool.ts b/examples/typescript/http-client-pool/src/pool.ts index 673b71b8..6988372e 100644 --- a/examples/typescript/http-client-pool/src/pool.ts +++ b/examples/typescript/http-client-pool/src/pool.ts @@ -1,6 +1,8 @@ -import { fileURLToPath } from 'node:url' import { dirname, extname, join } from 'node:path' -import { DynamicThreadPool, availableParallelism } from 'poolifier' +import { fileURLToPath } from 'node:url' + +import { availableParallelism, DynamicThreadPool } from 'poolifier' + import type { WorkerData, WorkerResponse } from './types.js' const workerFile = join(