Re: Calling -retain inside -dealloc
Re: Calling -retain inside -dealloc
- Subject: Re: Calling -retain inside -dealloc
- From: Andrew Garber <email@hidden>
- Date: Sun, 26 Jun 2005 22:46:59 -0700
mmalc,
I have several callback functions which are triggered quite frequently
(like every 2ms or so). Inside each of these a callbacks, I need to
invoke methods for each instance of my class that matches a certain
criteria. In a previous paradigm, I used NSNotifications. I'm now
trying to see if I can speed things up a little.
Also, the instances of my class will rarely be deallocated.
Andrew
_______________________________________________
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