NSRunLoop's limitDateForMode: returns nil
NSRunLoop's limitDateForMode: returns nil
- Subject: NSRunLoop's limitDateForMode: returns nil
- From: Mont Rothstein <email@hidden>
- Date: Wed, 5 Jan 2005 10:04:03 -0800
I have a call
[loop limitDateForMode:NSDefaultRunLoopMode]
that under certain circumstances returns nil. The docs say this will
happen if there are no input sources, but not (that I can find) what
would cause there to be no input sources.
This occurs in a child process forked off of a parent. The idea is
that the parent restarts the child if it dies. The child is a server
process talking to an http server.
Anyone have any ideas on what could cause there to be no input sources
and therefore return nil from the above call?
Thanks,
-Mont
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden