Y
Hacker News
new
|
ask
|
show
|
jobs
by
othermaciej
5538 days ago
retain/release on an autoreleased object won't make it get destroyed any faster. You still have to wait for the event loop to cycle (or push/pop your own autorelease pool).
1 comments
mbenjaminsmith
5536 days ago
That's correct. That's something I read, have repeated but never bothered to actually test.
link