@property (class, atomic, strong) dispatch_group_t asyncGroup;
The dispatch_group_t being used by this class
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.