Gets the Dispatch Group used for asynchronous operations
Syntax
Objective-C
+ (dispatch_group_t)asyncGroup
Return Value
The dispatch_group_t being used by this class
Remarks
iOS / macOS
Returns the Dispatch Group that this class uses to convert images asynchronously. This can be used to wait until all jobs submitted for asynchronous processing complete.