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
child_process.fork()
Spawns another process of Bun with IPC.
https://nodejs.org/api/child_process.html#child_processforkmodulepath-args-options
The text was updated successfully, but these errors were encountered:
Can we close this as it is now implemented?
Sorry, something went wrong.
I think, probably not
https://bun.sh/blog/bun-v0.7.1#child-process-fork-is-partially-implemented
... IPC support is not implemented yet and will be added in a future release.
bun --bun run dev
Successfully merging a pull request may close this issue.
Spawns another process of Bun with IPC.
https://nodejs.org/api/child_process.html#child_processforkmodulepath-args-options
The text was updated successfully, but these errors were encountered: