Replies: 2 comments 4 replies
-
I'm having a bit of a hard time following exactly what you mean; could you provide a few line code example? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I meant, what is the behaviour on int capsuleA(CapsuleHandle use) {
final otherCapsuleValue = use(capsuleB);
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I dispose a Capsule by implementing a custom Handle, what happens to another Capsule that it using that capsule? Does it get disposed too? Nothing happens?
Beta Was this translation helpful? Give feedback.
All reactions