Type Alias KillHandler

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

Handler called when a worker is killed.