Hi,
I am NSThread in my application for some background task. I have a button thru which the thread can be cancelled in 10.5. However, 10.4 does not have cancel method, so I was wondering how to implement the functionality to stop the thread midway for it. Any ideas?
I am NSThread in my application for some background task. I have a button thru which the thread can be cancelled in 10.5. However, 10.4 does not have cancel method, so I was wondering how to implement the functionality to stop the thread midway for it. Any ideas?