Skip to content
New issue

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

Switch to a synchronous IPC mechanism that doesn't require native dependencies #1

Closed
airhorns opened this issue Dec 31, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@airhorns
Copy link
Contributor

See evanw/esbuild#590 , we can use the same trick with Atomics to block the requiring thread while a worker thread does the IPC with the parent process to get the output file

@airhorns airhorns added the enhancement New feature or request label Dec 31, 2020
@airhorns
Copy link
Contributor Author

Completed this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant