docs: merge pool internal interface to public
[poolifier.git] / src / pools / thread / fixed.ts
index bc665bf1a5f13e6c136a7281b96ffc465e470c03..55c35a57122433ea5c2a43d3e825f7887eb9aa3a 100644 (file)
@@ -7,7 +7,7 @@ import {
 import type { Draft, MessageValue } from '../../utility-types'
 import { AbstractPool } from '../abstract-pool'
 import type { PoolOptions } from '../pool'
-import { PoolType } from '../pool-internal'
+import { PoolType } from '../pool'
 
 /**
  * A thread worker with message channels for communication between main thread and thread worker.