X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FKillHandler.html;h=0f7169909b307f3b186de67e08cdf5e0b1d57f54;hb=c4a517416ff2c029d91a4ed006b94b23efb7d7a3;hp=8d3e98779fa80858143c6a976e5f011e54dd2f49;hpb=10fdf6b15d99197b3e9a783dcc697f1acaf02cd2;p=poolifier.git diff --git a/docs/types/KillHandler.html b/docs/types/KillHandler.html index 8d3e9877..0f716990 100644 --- a/docs/types/KillHandler.html +++ b/docs/types/KillHandler.html @@ -1,2 +1,2 @@ -KillHandler | poolifier - v3.0.5

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.21

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