标签: ios cocoa-touch grand-central-dispatch
可能重复: Does ARC support dispatch queues?
当声明GCD属性时:
@property (assign, atomic) dispatch_queue_t myQueue;
访问者是否通过适当调用dispatch_retain和dispatch_release来合成,还是我还需要编写自己的手册保留/发布?
dispatch_retain
dispatch_release