repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79aafe9
)
refactor: cleanup type import
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 5 Apr 2023 12:54:41 +0000
(14:54 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 5 Apr 2023 12:54:41 +0000
(14:54 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/worker/abstract-worker.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/worker/abstract-worker.ts
b/src/worker/abstract-worker.ts
index bf81a9f2432ff81606f7c10536c6ce338f16f066..6a7a43259f11392fc764bf74e4cada6e20bc6518 100644
(file)
--- a/
src/worker/abstract-worker.ts
+++ b/
src/worker/abstract-worker.ts
@@
-3,7
+3,7
@@
import type { Worker } from 'node:cluster'
import type { MessagePort } from 'node:worker_threads'
import type { MessageValue } from '../utility-types'
import { EMPTY_FUNCTION } from '../utils'
-import
{ type KillBehavior, type
WorkerOptions } from './worker-options'
+import
type { KillBehavior,
WorkerOptions } from './worker-options'
import { KillBehaviors } from './worker-options'
const DEFAULT_MAX_INACTIVE_TIME = 60000