Re: Dealloc'ing a serial GCD dispatch queue?
Re: Dealloc'ing a serial GCD dispatch queue?
- Subject: Re: Dealloc'ing a serial GCD dispatch queue?
- From: Mike Manzano <email@hidden>
- Date: Wed, 1 Sep 2010 09:04:59 -0700
Ah. I saw that, but I was expecting something like dispatch_queue_release(). Thanks!
Mike
On Sep 1, 2010, at 8:59 AM, Dave DeLong wrote:
> dispatch_release().
>
> http://developer.apple.com/mac/library/documentation/Performance/Reference/GCD_libdispatch_Ref/Reference/reference.html#//apple_ref/c/func/dispatch_release
>
> Dave
>
> On Sep 1, 2010, at 9:54 AM, Mike Manzano wrote:
>
>> This is probably a stupid question, but after I
>>
>> dispatch_queue_create()
>>
>> how do I clean up the queue when I'm done with it?
>>
>> Thanks!
>>
>> Mike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden