repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73ad6c
)
Update examples/typescript/pool.ts
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 12:42:00 +0000
(14:42 +0200)
committer
GitHub
<noreply@github.com>
Fri, 8 Sep 2023 12:42:00 +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 ab6d4f268b38a76520cf15b919948eae3e9eb924..f85496434c2516eea46c7b5f1cde937565a2985d 100644
(file)
--- a/
examples/typescript/pool.ts
+++ b/
examples/typescript/pool.ts
@@
-1,5
+1,6
@@
import { dirname, extname, join } from 'path'
import { fileURLToPath } from 'url'
+import type { MyData, MyResponse } from './worker'
import {
DynamicThreadPool,
FixedThreadPool,