@property (class, atomic, strong) dispatch_queue_t asyncQueue; // Default is Concurrent
The dispatch_queue_t being used by this class
Returns the Dispatch Queue that this class uses to convert images asynchronously. This defaults to a concurrent queue.