Re: dispatch queues are objects now .. right?

2012-11-28 Thread Matt Neuburg
On Sun, 25 Nov 2012 21:38:25 +0800, Roland King r...@rols.org said: I'm pretty sure that when I was watching the WWDC 2012 sessions, dispatch queues are now objects (since iOS6 and OS 10.7/10.8?) and as such I don't have to dispatch_retain() or release them and can just use them like any other

dispatch queues are objects now .. right?

2012-11-25 Thread Roland King
I'm pretty sure that when I was watching the WWDC 2012 sessions, dispatch queues are now objects (since iOS6 and OS 10.7/10.8?) and as such I don't have to dispatch_retain() or release them and can just use them like any other object. But I can't find a reference in the documentation which

Re: dispatch queues are objects now .. right?

2012-11-25 Thread Mike Abdullah
On 25 Nov 2012, at 13:38, Roland King r...@rols.org wrote: I'm pretty sure that when I was watching the WWDC 2012 sessions, dispatch queues are now objects (since iOS6 and OS 10.7/10.8?) and as such I don't have to dispatch_retain() or release them and can just use them like any other