X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fpool.ts;h=7268ebdc599cfaf6a8951583c5d06d1ced71f9c3;hb=70726c2810ba4768dae5ae1f40ed6ddcecf142ba;hp=c2d0a1b8d1f1ba004993d820f8dcdef28f3bd7aa;hpb=a974afa67937a18f493d733d9f5285b99c8b08fd;p=poolifier.git diff --git a/examples/typescript/pool.ts b/examples/typescript/pool.ts index c2d0a1b8..7268ebdc 100644 --- a/examples/typescript/pool.ts +++ b/examples/typescript/pool.ts @@ -1,6 +1,6 @@ import { join } from 'path' -import { DynamicThreadPool, FixedThreadPool } from 'poolifier' import type { MyData, MyResponse } from './worker' +import { DynamicThreadPool, FixedThreadPool } from 'poolifier' export const fixedPool = new FixedThreadPool>( 8,