Could anyone point me to sample code that shows how to implement a persistent NSOperation that could be enqueued repeatedly?
Currently, I initialize NSOps just prior to launching but this involves copying large datasets (to avoid R/W contention) and it would be more efficient if I could initialize a fixed set of NSOps just once and reuse them. In case it matters, I am targeting Leopard. Thanks in advance. -- Mike McLaughlin _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
