poolifier - v5.1.0
Preparing search index...
src
ExitHandler
Type Alias ExitHandler<Worker>
ExitHandler
:
(
this
:
Worker
,
exitCode
:
number
)
=>
void
Callback invoked when the worker exits successfully.
Type Parameters
Worker
extends
IWorker
Type of worker.
Type declaration
(
this
:
Worker
,
exitCode
:
number
)
:
void
Parameters
this
:
Worker
exitCode
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
poolifier - v5.1.0
Loading...
Callback invoked when the worker exits successfully.