avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.74k stars 1.41k forks source link

Use Node.js worker threads #1846

Closed sindresorhus closed 4 years ago

sindresorhus commented 6 years ago

Opening this so we don't forget. It's still in the early days and experimental: https://twitter.com/JavaScriptDaily/status/1009531401216122880

Also see: https://github.com/watson/worker-threads-pool

JenyMzo commented 4 years ago

@novemberborn As worker threads are stable already, would it make sense to start working on this now?

https://nodejs.org/api/worker_threads.html

novemberborn commented 4 years ago

@JenyMzo 👋thanks for your interest!

@abrenneke is working on this already, actually. Have a look at https://github.com/avajs/ava/pull/2333.

novemberborn commented 4 years ago

Closing in favor of https://github.com/avajs/ava/issues/1428.