Threading question
Threading question
- Subject: Threading question
- From: Ken Tozier <email@hidden>
- Date: Sun, 16 May 2004 16:16:51 -0400
Which part of a class, methods or data, make it thread-safe?
I wrote a class that doesn't have any globals and doesn't communicate
with other objects, just takes inputs, handles them internally and
spits out results. Would this non-interaction make it automatically
thread safe?
Thanks
Ken
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.