X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=c7663606cf86afe67f84d6f25d831d567b5bab3f;hb=5b95eb9bcafda56ce57003da834cf4e153bb0509;hp=e407309a3d0e221a929a89a5d25cc84466a1e51e;hpb=d35e571704515a8b729d3455e4784054f07c368f;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index e407309a..c7663606 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -1,6 +1,7 @@ +import type { AsyncResource } from 'node:async_hooks' import type { EventLoopUtilization } from 'node:perf_hooks' import type { MessagePort, TransferListItem } from 'node:worker_threads' -import type { AsyncResource } from 'node:async_hooks' + import type { KillBehavior } from './worker/worker-options.js' /**