Re: Foundation tool question
Re: Foundation tool question
- Subject: Re: Foundation tool question
- From: Rob Rix <email@hidden>
- Date: Wed, 30 May 2001 11:53:59 -0400
IIRC, this will do what you want:
[[NSRunLoop currentRunLoop] run];
Ah, yes, this works very well. So, can I accept input from stdin after my
NSRunLoop is running (and should this go in the NS_DURING section?)?
Thanks very much!
-- Rob
Murphy strikes again!