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

Implement child_process.fork() #3620

Closed
Electroid opened this issue Jul 12, 2023 · 2 comments · Fixed by #4468
Closed

Implement child_process.fork() #3620

Electroid opened this issue Jul 12, 2023 · 2 comments · Fixed by #4468
Labels
enhancement New feature or request node.js Compatibility with Node.js APIs

Comments

@Electroid
Copy link
Contributor

Spawns another process of Bun with IPC.

https://nodejs.org/api/child_process.html#child_processforkmodulepath-args-options

@simylein
Copy link
Contributor

Can we close this as it is now implemented?

@sirenkovladd
Copy link
Contributor

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.

@paperdave paperdave added this to the 1.0 milestone Aug 29, 2023
@Electroid Electroid removed this from the 1.0 milestone Sep 3, 2023
@birkskyum birkskyum mentioned this issue Sep 5, 2023
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request node.js Compatibility with Node.js APIs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants