NSTask is "Thread Unsafe". What does that mean?

2009-09-14 Thread Jerry Krinock
According to the Threading Programming Guide [1], NSTask is listed under "Thread Unsafe Classes", which is explained as: "The following classes and functions are generally not thread-safe. In most cases, you can use these classes from any thread as long as you use them from only one thread

Re: NSTask is "Thread Unsafe". What does that mean?

2009-09-14 Thread Adam R. Maxwell
On Sep 14, 2009, at 7:07 AM, Jerry Krinock wrote: According to the Threading Programming Guide [1], NSTask is listed under "Thread Unsafe Classes", which is explained as: "The following classes and functions are generally not thread-safe. In most cases, you can use these classes from any