repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f65a00
)
Update examples/typescript/pool.ts
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 12:42:07 +0000
(14:42 +0200)
committer
GitHub
<noreply@github.com>
Fri, 8 Sep 2023 12:42:07 +0000
(14:42 +0200)
examples/typescript/pool.ts
patch
|
blob
|
blame
|
history
diff --git
a/examples/typescript/pool.ts
b/examples/typescript/pool.ts
index f85496434c2516eea46c7b5f1cde937565a2985d..93774422b4500459715ec236c136c1601f13add4 100644
(file)
--- a/
examples/typescript/pool.ts
+++ b/
examples/typescript/pool.ts
@@
-6,7
+6,6
@@
import {
FixedThreadPool,
availableParallelism
} from 'poolifier'
-import type { MyData, MyResponse } from './worker'
const workerFile = join(
dirname(fileURLToPath(import.meta.url)),