Can I tie a StableRef to a MemScope so that it get...
# kotlin-native
t
Can I tie a StableRef to a MemScope so that it gets disposed automatically when the MemScope ends?
Ah – the function I was looking for is
defer
, I think.
👍🏼 1