Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
* Handler id of the `activeInterval` worker activity check.
*/
protected activeInterval?: NodeJS.Timeout
* Handler id of the `activeInterval` worker activity check.
*/
protected activeInterval?: NodeJS.Timeout
/**
* Constructs a new poolifier worker.
*
/**
* Constructs a new poolifier worker.
*
* Message port used to communicate with the main worker.
*/
private port?: MessagePort
* Message port used to communicate with the main worker.
*/
private port?: MessagePort
/**
* Constructs a new poolifier thread worker.
*
/**
* Constructs a new poolifier thread worker.
*