Threads, RunLoops and performSelector:
Threads, RunLoops and performSelector:
- Subject: Threads, RunLoops and performSelector:
- From: Raphael Sebbe <email@hidden>
- Date: Thu, 10 Apr 2003 16:10:07 +0200
Hi all,
I am trying to make secondary threads perform selector through their
running runloop. With no success.
Trying to use NSRunLoop's
performSelector:(SEL)aSelector target:(id)target argument:(id)arg
order:(unsigned)order modes:(NSArray *)modes;
from another thread. modes is an array containing NSDefaultRunLoopMode,
which is mode of the running runloop. I did put logs into the method
passed as aSelector, but nothing gets out. I tried to add
configureAsServer on the runloop, with no success. Is something missing
in my setup ? Do I have to add ports or something.
Note that my secondary thread runloop has a timer running too.
Many thanks,
Raphael
_______________________________________________
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.