Configures the receiver to allow requests from multiple threads to the remote object, without requiring each thread to each maintain its own connection.
SDK
macOS 10.0–10.13Deprecated
Framework
Foundation
Declaration
- (void)enableMultipleThreads;
Discussion
In macOS 10.5 and later, multiple thread support is enabled by default and this method does nothing.