X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fcluster%2Ffixed.ts;h=971116bc27cfbd3cd470faa83a904a3949984920;hb=0a01b5c3aa58059e7241d4394cf3953779029507;hp=9844c4a8a912570c10043e4980b8bb3113aab6f1;hpb=7e0d447f83e76296d95fc71dcdcfbe6fa2fe1f26;p=poolifier.git diff --git a/src/pools/cluster/fixed.ts b/src/pools/cluster/fixed.ts index 9844c4a8..971116bc 100644 --- a/src/pools/cluster/fixed.ts +++ b/src/pools/cluster/fixed.ts @@ -1,7 +1,8 @@ -import cluster, { Worker } from 'cluster' +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' /**