-
Notifications
You must be signed in to change notification settings - Fork 718
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
[2.19] Concurrency updates for isolate.run() #4357
Conversation
Checks failing because |
Can you also run |
Oh, nice! It was |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MaryaBelanger : There's a few changes here along the lines of agency, conciseness, and direct language. Happy to discuss.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good overall, Isolate.run() is much easier to use 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tight copy.
@parlough could you help with / explain the failing check? I scanned the details but don't see exactly what the issue is |
@MaryaBelanger Hmm, the message doesn't show it well, but since I guess we can maybe configure it to show the underlying compiler error, but usually analysis will catch any issues anyway. |
Figuring out code excerpt stuff before review Closes #3904 Staged here: https://dart-dev-marya.web.app/guides/language/concurrency Specifically the [Code examples](https://dart-dev-marya.web.app/guides/language/concurrency#code-examples) section Co-authored-by: Parker Lougheed <parlough@gmail.com>
Updates 'Concurrency in Dart' page for `Isolate.run`. Closes #3904 Co-authored-by: Parker Lougheed <parlough@gmail.com>
Updates 'Concurrency in Dart' page for `Isolate.run`. Closes #3904 Co-authored-by: Parker Lougheed <parlough@gmail.com>
Updates 'Concurrency in Dart' page for `Isolate.run`. Closes #3904 Co-authored-by: Parker Lougheed <parlough@gmail.com>
Figuring out code excerpt stuff before review
Closes #3904
Staged here: https://dart-dev-marya.web.app/guides/language/concurrency
Specifically the Code examples section