ThreadWorker question
ThreadWorker question
- Subject: ThreadWorker question
- From: Olivier Destrebecq <email@hidden>
- Date: Tue, 6 Aug 2002 13:42:12 -0500
i use thread worker to create a thread in my program.
The problem that i have is that apparently the runloop that is created
by thread worker never ends.
I pin pointed the problem to the fact that the task that i want to
perform in my thread is sending an appleevent and waiting for the
answer. then when the answer comes back (supposedly with an image) i
display the image in a window, using the endselector provided by
Threadworker.
Can anybody points me to a way of stop the run loop once it has done its
job.
Olivier
_______________________________________________
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.