X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fcluster%2Ffixed.ts;h=971116bc27cfbd3cd470faa83a904a3949984920;hb=0a01b5c3aa58059e7241d4394cf3953779029507;hp=9d162d8983a7bdce2a68b19e040392be40e83cd4;hpb=1d43bc4ccfb270c40e111aadb57c2a75fec828aa;p=poolifier.git diff --git a/src/pools/cluster/fixed.ts b/src/pools/cluster/fixed.ts index 9d162d89..971116bc 100644 --- a/src/pools/cluster/fixed.ts +++ b/src/pools/cluster/fixed.ts @@ -1,8 +1,8 @@ import type { Worker } from 'cluster' import cluster from 'cluster' import type { MessageValue } from '../../utility-types' -import type { PoolOptions } from '../abstract-pool' import { AbstractPool } from '../abstract-pool' +import type { PoolOptions } from '../pool' import { PoolType } from '../pool-internal' /**