Instance Method
removeRunLoop:
Removes a given NSRunLoop
object from the list of run loops the receiver monitors and from which it responds to requests.
SDK
- macOS 10.0–10.13Deprecated
Parameters
runloop
The run loop to remove from the receiver.
See Also
Running the Connection in a New Thread
- runInNewThread
Creates and starts a new NSThread
object and then runs the receiving connection in the new thread.
Deprecated- enableMultipleThreads
Configures the receiver to allow requests from multiple threads to the remote object, without requiring each thread to each maintain its own connection.
DeprecatedmultipleThreadsEnabled
A Boolean value that indicates whether the receiver supports requests from multiple threads.
Deprecated- addRunLoop:
Adds the specified run loop to the list of run loops the receiver monitors and from which it responds to requests.
Deprecated