Skip to content

Implement ScopedThreadLocal as a mechanism to keep dart user state associated with isolate group callbacks #61523

@aam

Description

@aam

This issue tracks implementation of ScopedThreadLocal as proposed in dart-lang/language#4515.
It will be used to replace use of static fields in dart code for various internal data structures like

final List<Object> toStringVisiting = [];

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work onarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub team

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions