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
I have a couple of classes consisting of SRString and UInt64. Is there any reason I can't mark them Send and Sync on the Rust side? My intuition is it is fine, since the underlying objects are reference counted NSObjects, but I'm not actually that competent here.