X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fpool.ts;h=8b29e3becaf7d73b3f15c35afc8b4b8c2834deb4;hb=f80cead4e0cfd0605f370fd9b057cf5bac6fac5d;hp=50dcc7b779d7118b27f42c56136fca509d58a7f6;hpb=03791263527a631c6876224cdbb088c25b1f081f;p=poolifier.git diff --git a/examples/typescript/pool.ts b/examples/typescript/pool.ts index 50dcc7b7..8b29e3be 100644 --- a/examples/typescript/pool.ts +++ b/examples/typescript/pool.ts @@ -1,7 +1,6 @@ -import { DynamicThreadPool, FixedThreadPool } from 'poolifier' -import { MyData, MyResponse } from './worker' - import { join } from 'path' +import { DynamicThreadPool, FixedThreadPool } from 'poolifier' +import type { MyData, MyResponse } from './worker' export const fixedPool = new FixedThreadPool>( 8,