-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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 proper structured cloning between Workers #3557
Comments
depends on #3530 (replace libdeno with rusty_v8) |
@ry, @piscisaureus and I discussed this issue at length and decided that structured clone is not gonna make it to 1.0. We need to update docs accordingly as well as |
This is actually #3317, but we need a clearer issue name for tracking purposes.
Structured cloning implementation might be very useful in ways for transferring tasks between
Worker
s for load balancing, through low-cost transfer ofArrayBuffer
(or evenSharedArrayBuffer
). For example, it might allow an HTTP request to move to another vacant thread if it somehow takes heavy CPU time to respond.The text was updated successfully, but these errors were encountered: