X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Ftypes%2FKillHandler.html;h=0d563f5efbeab2f05cc0cb6c8d83ae04ae477122;hb=42283971c52896a642fafa9fd351da3ef645b7f5;hp=ce442f61c8878efba638fc7f164accbbf69c7494;hpb=1c7aa7852e7fc08e8319447806eff04cc60f06fc;p=poolifier.git diff --git a/docs/types/KillHandler.html b/docs/types/KillHandler.html index ce442f61..0d563f5e 100644 --- a/docs/types/KillHandler.html +++ b/docs/types/KillHandler.html @@ -1,2 +1,2 @@ -KillHandler | poolifier - v3.0.11

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 - v3.1.16

Type alias KillHandler

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

Handler called when a worker is killed.

+

Type declaration

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

Generated using TypeDoc

\ No newline at end of file