---
title: concurrentDispatchThreads
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtlindirectcommandtype/concurrentdispatchthreads
---

# concurrentDispatchThreads

A compute command using an arbitrarily sized grid.

## Declaration

```swift
static var concurrentDispatchThreads: MTLIndirectCommandType { get }
```

## See Also

### Specifying command types

- [draw](metal/mtlindirectcommandtype/draw.md)
- [drawIndexed](metal/mtlindirectcommandtype/drawindexed.md)
- [drawPatches](metal/mtlindirectcommandtype/drawpatches.md)
- [drawIndexedPatches](metal/mtlindirectcommandtype/drawindexedpatches.md)
- [concurrentDispatch](metal/mtlindirectcommandtype/concurrentdispatch.md)
