refactor: use kill handler in examples
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / @types / fastify / index.d.ts
index a995923928ed84ecafaf9afcbdc4ddee90884103..38a4b0fafdffb8e0d3961bc715bb46dc1ca07c71 100644 (file)
@@ -13,5 +13,6 @@ declare module 'fastify' {
       name?: string,
       transferList?: TransferListItem[]
     ) => Promise<ThreadWorkerResponse>
+    listTaskFunctions: () => string[]
   }
 }