úÎ ¶ ‡ Safe-InferedlThe client function is the main entry point for the client code. It creates a socket, spawns two processes ( and k) to handle outgoing and incoming events, and returns the queues used to communicate with those processes. 5The address to connect to. If ommitted we connect to  localhost 'The number of priorities in the PQueue 4A function to return the priority level of an event ;A function to return the string representation of an event ,A list of parsers that return Event objects We return a pair of PQueuesë to use in communicating events. The first is for all events going to the server, the second is for events coming from the server. We also return a function to manually close both the socket and handle we use to connect to the server. Pup-Events-Client-1.1PupEventsClientclient sendEvents recvEvents