-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Improve the ability to scale a Dart application using isolates #21599
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
Comments
Unmarked this as being blocked by #21503. |
This comment was originally written by @pjako What about transferable typed arrays? |
This comment was originally written by [email protected] I would also vote for the ability to not have to copy arrays of typed data. We can do this already with TransferableObjects in JS. (http://updates.html5rocks.com/2011/12/Transferable-Objects-Lightning-Fast) |
This comment was originally written by [email protected] Will this fix using websockets in isolates (client side) ? |
This comment was originally written by [email protected] This one is missing from the list: #20345 Transferable ServerSockets in dart:io |
Marked this as being blocked by #20992. |
Set owner to @sgjesse. |
Unmarked this as being blocked by #21598. |
Removed this from the 1.9 milestone. |
Optimistically setting for 1.10 Added this to the 1.10 milestone. |
I think we can close this. All blocked issues are closed. Added Fixed label. |
This is a meta-bug for tracking usability of isolates.
It covers:
Finalize the dart:isolate library for both the VM and dart2js
Build a package with abstractions on top of dart:isolate
Sending top-level/static functions to isolates created with Isolate.spawn.
Share server sockets between isolates
The text was updated successfully, but these errors were encountered: