Jake
Results
1
issues of
Jake
Possibility for owned functions/values/etc to hold a `Weak<LuaInner>` instead of an `Arc<LuaInner>`?
2
I was wondering if there's any possibility for an alternative form of owned functions/values/etc that internally hold a `Weak` instead of an `Arc` to mitigate any possible reference cycles when...