Skip to main content
method Worker.prototype.ref
Worker.prototype.ref(): void
Deprecated

Opposite of unref(), calling ref() on a previously unref()ed worker does not let the program exit if it's the only active handle left (the default behavior). If the worker is ref()ed, calling ref() again has no effect.

Return Type

void
Back to top