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

Introduced ZonedHandle[T] #2248

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

catap
Copy link
Contributor

@catap catap commented Apr 9, 2021

The concept is ZonedHandle[T] allows to marks some Scala level object that should be tracked to prevent be removed by GC when it still used inside C-level pointers.

This fix for #2247

The concept is `ZonedHandle[T]` allows to marks some Scala level object
that should be tracked to prevent be removed by GC when it still used
inside C-level pointers.

This fix for  scala-native#2247
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

Successfully merging this pull request may close these issues.

None yet

1 participant