---
title: multiThreaded
framework: accelerate
role: symbol
role_heading: Type Property
path: accelerate/blas/threadingmodel-swift.struct/multithreaded
---

# multiThreaded

A constant that specifies that the Accelerate framework decides whether BLAS and LAPACK execute on single or multiple threads.

## Declaration

```swift
static let multiThreaded: BLAS.ThreadingModel
```

## See Also

### Specifying a threading model

- [singleThreaded](accelerate/blas/threadingmodel-swift.struct/singlethreaded.md)
