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

Provide a way to set a user-readable Isolate name from in-process #28207

Closed
nex3 opened this issue Dec 27, 2016 · 0 comments
Closed

Provide a way to set a user-readable Isolate name from in-process #28207

nex3 opened this issue Dec 27, 2016 · 0 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-stale Closed as the issue or PR is assumed stale library-developer type-enhancement A request for a change that isn't a bug

Comments

@nex3
Copy link
Member

nex3 commented Dec 27, 2016

Dart Isolates have names that are displayed in the Observatory and accessible via the VM service. By default these names are based on the URL used to load the isolates, but they can be set using the VM service. It would be useful to have a static method on the Service class in dart:developer that would allow the Dart code itself to set the Isolate's name, rather than having to connect to the VM service and set the name that way.

@nex3 nex3 added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-developer type-enhancement A request for a change that isn't a bug labels Dec 27, 2016
@lrhn lrhn closed this as completed Oct 7, 2024
@lrhn lrhn added the closed-stale Closed as the issue or PR is assumed stale label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-stale Closed as the issue or PR is assumed stale library-developer type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants