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

Abandon persisted value forget and come up with better way to express lifetime contains #16

Open
MeirShpilraien opened this issue May 23, 2023 · 0 comments

Comments

@MeirShpilraien
Copy link
Contributor

Persisted value should not live for a longer time than the isolate they were created on. Today we are using a forget function that basically says that the isolate will release this memory when it is destroyed. In addition, nothing forces us to keep the persisted value for a longer time then the isolate. We should come up with a better way to express those concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant