<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.0.0 - 10.13.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSConnection/multipleThreadsEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSConnection(py)multipleThreadsEnabled"
  },
  "title" : "multipleThreadsEnabled"
}
-->

# multipleThreadsEnabled

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

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

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the receiver supports requests from multiple threads.

## Discussion

<doc://com.apple.documentation/documentation/Swift/true> if the receiver supports requests from multiple threads, otherwise <doc://com.apple.documentation/documentation/Swift/false>.

The default is <doc://com.apple.documentation/documentation/Swift/true>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)