Does CFRunLoop runs for every thread ?
Does CFRunLoop runs for every thread ?
- Subject: Does CFRunLoop runs for every thread ?
- From: Pranav Kumar Sahu <email@hidden>
- Date: Tue, 22 Apr 2003 17:45:32 +0530
Hi,
I have an multithreaded application. For each thread there is a CFRunLoop.
But it does not respond to events by calling my callback. If I do a
CFRunLoopRun(), then it works fine. Does it mean the CFRunLoop attached to
each thread(while thread is created) is only created and we need to run it
manually. If so is there a way, that I can run my runloop when I create a
thread ?
Rgds
Pranav Kumar Sahu
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.