© 2026 Hedgehog Software, LLC
const engine = new Engine({ <parameters to configure concurrency> }); // adding jobs can always happen [job1 ... jobn].forEach(j => engine.run(j)); dov.addEventListener('click', _ => engine.run(…) )
Ref
loop