mafredri / zsh-async

Because your terminal should be able to perform tasks asynchronously without external tools!
MIT License
756 stars 37 forks source link

Improved error state handling #37

Closed mafredri closed 4 years ago

mafredri commented 4 years ago

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.