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 believe that, currently, Object, Class, etc are Send and Sync because they don't contain any types to specify otherwise. Is this correct? At least, it seems like not all objects are Sync.
The text was updated successfully, but these errors were encountered:
I believe that, currently,
Object
,Class
, etc areSend
andSync
because they don't contain any types to specify otherwise. Is this correct? At least, it seems like not all objects areSync
.The text was updated successfully, but these errors were encountered: