metarhia / noroutine

Goroutine analogue for Node.js, spreads I/O-bound routine calls to utilize thread pool (worker_threads) using balancer with event loop utilization. 🌱
https://metarhia.com
MIT License
120 stars 11 forks source link

Restart failed workers #2

Open tshemsedinov opened 2 years ago

tshemsedinov commented 2 years ago

Terminate worker on uncaughtException and unhandledRejection with code 1 and restart worker from master thread