|
@@ -156,20 +156,12 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
/**
|
|
|
The dispatch queue for `completionBlock`. If `NULL` (default), the main queue is used.
|
|
|
*/
|
|
|
-#if OS_OBJECT_HAVE_OBJC_SUPPORT
|
|
|
@property (nonatomic, strong, nullable) dispatch_queue_t completionQueue;
|
|
|
-#else
|
|
|
-@property (nonatomic, assign, nullable) dispatch_queue_t completionQueue;
|
|
|
-#endif
|
|
|
|
|
|
/**
|
|
|
The dispatch group for `completionBlock`. If `NULL` (default), a private dispatch group is used.
|
|
|
*/
|
|
|
-#if OS_OBJECT_HAVE_OBJC_SUPPORT
|
|
|
@property (nonatomic, strong, nullable) dispatch_group_t completionGroup;
|
|
|
-#else
|
|
|
-@property (nonatomic, assign, nullable) dispatch_group_t completionGroup;
|
|
|
-#endif
|
|
|
|
|
|
///---------------------------------
|
|
|
/// @name Working Around System Bugs
|