Skip to content

Statically tracked shared immutable objects #125

@leafpetersen

Description

@leafpetersen

This is a proposed solution to the problem of communicating data between isolates.

This proposal adds a static notion of immutability which guarantees that once initialized, any immutable object is the root of a fully immutable object graph, which can therefore be shared between isolates with no copying required.

This proposal also incidentally provides at least a partial solution for the following problems:

Initial draft proposal is here

Metadata

Metadata

Assignees

Labels

featureProposed language feature that solves one or more problems

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions