This PR improves the reliability of async workers and introduces a way to detect worker crashes. In the event that a worker crashes, zsh-async will inform of this via the callback and it is up to the user to restart the worker and all tasks that failed as a result.
This PR improves the reliability of async workers and introduces a way to detect worker crashes. In the event that a worker crashes,
zsh-async
will inform of this via the callback and it is up to the user to restart the worker and all tasks that failed as a result.