rust-objc icon indicating copy to clipboard operation
rust-objc copied to clipboard

Should Object and other runtime types be Send/Sync?

Open SSheldon opened this issue 9 years ago • 0 comments

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.

SSheldon avatar Mar 20 '16 21:03 SSheldon