Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:Client

159         Listener, Client = listener_client[serializer]
454 # Mapping from serializer name to Listener and Client types
458 'pickle' : (connection.Listener, connection.Client),
499 Listener, Client = listener_client[self._serializer]
500 conn = Client(self._address, authkey=self._authkey)