Remove child-process workers #3383
novemberborn
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm considering removing support for child-process workers. This means test files can only be run in worker threads.
The benefits are the potential use of shared memory and broadcast channels for AVA internals.
The main downside I can think of is projects who have edge case scenarios where the code being tested relies on a Node.js flag that is incompatible with worker threads. They'll no longer be able to use AVA.
If you think your use case is not an edge case, please comment so we can have a better understanding.
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions