Re: NSTimer in a secondary thread?
Re: NSTimer in a secondary thread?
- Subject: Re: NSTimer in a secondary thread?
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 21 Aug 2002 22:29:04 +0100
On Wednesday, August 21, 2002, at 09:33 PM, Pierre-Olivier Latour wrote:
I'm encapsulating my 3D engine inside a Cocoa interface. I'd like to do
rendering in a separate thread. However, I don't find the documentation
very
clear on how to run an NSTimer inside another thread.
NSTimers rely on there being a runloop running, AFAIK. See NSRunLoop.
-- Finlay
_______________________________________________
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.