rust-objc
rust-objc copied to clipboard
Should Object and other runtime types be Send/Sync?
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.