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