X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FKillHandler.html;h=f4f5c420d5ef9f3e47c16a007410e78d42462308;hb=3aa8d6646706dd32bbd96795330f0a5365d52efa;hp=538d37abf83fbd87f3150a744f10e027ce32e2c3;hpb=cda623c57bf49a82b898aadf180a68130df34507;p=poolifier.git diff --git a/docs/types/KillHandler.html b/docs/types/KillHandler.html index 538d37ab..f4f5c420 100644 --- a/docs/types/KillHandler.html +++ b/docs/types/KillHandler.html @@ -1,2 +1,2 @@ -KillHandler | poolifier - v3.0.13

Type alias KillHandler

KillHandler: (() => void | Promise<void>)

Type declaration

    • (): void | Promise<void>
    • Handler called when a worker is killed.

      -

      Returns void | Promise<void>

Generated using TypeDoc

\ No newline at end of file +KillHandler | poolifier - v4.0.15

Type alias KillHandler

KillHandler: (() => void | Promise<void>)

Handler called when a worker is killed.

+

Type declaration

    • (): void | Promise<void>
    • Returns void | Promise<void>

\ No newline at end of file