How to determine whether a worker thread is alive or not in node.js
i need to determine whether there is a way in node.js to check if there is a possibility to determine if a worker thread is alive or not in general words i want to know when a worker thread has crashed or not.
Thanks in Advance.