---
title: "what is dispatchQueue?"  
description: "what is dispatchQueue?"  
author: "Sunil Singh"  
published: 2015-05-11  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2511/what-is-dispatchqueue  
category: "iphone"  
tags: ["iphone", "ios", "ipad"]  
reading_time: 1 minute  

---

# what is dispatchQueue?

Dispatch queues are an easy way to perform tasks asynchronously and concurrently in your application. A task is simply some work that your application needs to perform.

## Answers

### Answer by Sunil Singh

Dispatch queues are an easy way to perform tasks asynchronously and concurrently in your application. A task is simply some work that your application needs to perform.


---

Original Source: https://www.mindstick.com/interview/2511/what-is-dispatchqueue

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
