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