You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kotlin/JVM, when we use a Managed object such as Paint, can we expect it to be auto-released by the garbage collector or do we always need to use the close method?
What about with other targets like Android/Native/JS?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In Kotlin/JVM, when we use a
Managed
object such asPaint
, can we expect it to be auto-released by the garbage collector or do we always need to use theclose
method?What about with other targets like Android/Native/JS?
Beta Was this translation helpful? Give feedback.
All reactions