---
title: multipleThreadsEnabled
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsconnection/multiplethreadsenabled
---

# multipleThreadsEnabled

A Boolean value that indicates whether the receiver supports requests from multiple threads.

## Declaration

```occ
@property (readonly) BOOL multipleThreadsEnabled;
```

## Return Value

Return Value true if the receiver supports requests from multiple threads.

## Discussion

Discussion true if the receiver supports requests from multiple threads, otherwise false. The default is true.

## See Also

### Running the Connection in a New Thread

- [runInNewThread](foundation/nsconnection/runinnewthread.md)
- [enableMultipleThreads](foundation/nsconnection/enablemultiplethreads.md)
- [addRunLoop:](foundation/nsconnection/addrunloop:.md)
- [removeRunLoop:](foundation/nsconnection/removerunloop:.md)
