Re: Event loop: getting access once per loop?
Re: Event loop: getting access once per loop?
- Subject: Re: Event loop: getting access once per loop?
- From: Nathan Day <email@hidden>
- Date: Thu, 30 Jan 2003 00:16:46 +1030
Look at the NSRunloop method,
performSelector:target:argument:order:modes: it might be what you are
after
On Wednesday, January 29, 2003, at 11:50 PM, Steve wrote:
Hi,
Is there an easy way to place something in the event loop so that I
can get access exactly once-per-loop?
I've looked at NSNotification, but it seems overkill (and a lot of
code) for what use to be an easy thing under Carbon.
Thanks
Steve
_______________________________________________
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.
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
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.