flutter / flutter/devtools

Support Isolate Groups across DevTools

Open
#4,183 3 comments 1 reaction 0 assignees View on GitHub
P3
Dominant language
Dart
Stars
1.7k
Forks
404
Avg merge
6d 17h
Merged PRs (30d)
18

Description

As of Dart 2.15, isolates can exist in an [isolate group](https://dart.dev/guides/language/concurrency#performance-and-isolate-groups). Isolates in a group share executable code and memory. We will need to take this into consideration for the Memory screen as well as other parts of DevTools where we currently assume that we are working with a single isolate (CPU profiler, isolate selector). We will likely also need to update the IsolateManager class to know about isolate groups.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.