X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Fexpress-worker_threads%2Fsrc%2Fworker.ts;h=c7a64055cd66b427ac877002b35329afdaaa0737;hb=d622a1f9ea6723252b002d0aee74d33789437365;hp=223ee36859fe2b0b2d1fd71704627e9928dfeb7f;hpb=67f3f2d6cb8f915ec71f81c4533ab80a6c6a6f0f;p=poolifier.git diff --git a/examples/typescript/http-server-pool/express-worker_threads/src/worker.ts b/examples/typescript/http-server-pool/express-worker_threads/src/worker.ts index 223ee368..c7a64055 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/src/worker.ts +++ b/examples/typescript/http-server-pool/express-worker_threads/src/worker.ts @@ -1,4 +1,5 @@ import { ThreadWorker } from 'poolifier' + import { type BodyPayload, type WorkerData,