We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node v10 adds webworker support. all modern browsers now have it too.
create async versions of jsonx and make it the default usage.
The text was updated successfully, but these errors were encountered:
as of node v10.15.x this is still highly experimental and not enabled by default: https://nodejs.org/docs/latest-v10.x/api/worker_threads.html
revisit once node v12 is released.
Sorry, something went wrong.
v18: PoC complete using the npm threads package. However might need to change. more work needed.
npm threads
No branches or pull requests
node v10 adds webworker support. all modern browsers now have it too.
create async versions of jsonx and make it the default usage.
The text was updated successfully, but these errors were encountered: