FROM : Bill Bumgarner
DATE : Thu May 15 21:31:53 2008
On May 15, 2008, at 12:17 PM, ben syverson wrote:
> On May 15, 2008, at 1:49 PM, Randall Meadows wrote:
>> Can't you cache the main thread [NSThread +currentThread] when you
>> start up, and then use NSObject's -
>> performSelector:onThread:withObject:waitUntilDone: method?
>
> Yes, that would be ideal! Unfortunately that method is 10.5 only...
And it'd require a run loop in the target thread...
b.bum
DATE : Thu May 15 21:31:53 2008
On May 15, 2008, at 12:17 PM, ben syverson wrote:
> On May 15, 2008, at 1:49 PM, Randall Meadows wrote:
>> Can't you cache the main thread [NSThread +currentThread] when you
>> start up, and then use NSObject's -
>> performSelector:onThread:withObject:waitUntilDone: method?
>
> Yes, that would be ideal! Unfortunately that method is 10.5 only...
And it'd require a run loop in the target thread...
b.bum






Cocoa mail archive

