4 ms·
>there is no sharing of objects across threads You can message-pass a pointer if you are sure the referenced object won't be GCed.
by btym 7y ago
>there is no sharing of objects across threads
You can message-pass a pointer if you are sure the referenced object won't be GCed.