parallel-js / parallel.js

Easy multi-core processing utilities for Node.
MIT License
3.23k stars 200 forks source link

Spawn with timeout #208

Open amit777 opened 3 years ago

amit777 commented 3 years ago

Hi, i created a pull request to add a feature to have a timeout on a worker. https://github.com/parallel-js/parallel.js/pull/207

I'm not exactly sure if it meets your design goals, but I created an env.timeout option.