Questions regarding Apple's NSConnection class
Apple's NSConnection Class
An object that manages the communication between objects in different threads or between a thread and a process running on a local or remote system.
Docs: https://developer.apple.com/documentation/foundation/nsconnection
Famous Question: Best way to do interprocess communication on Mac OS X