Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:Client

136         Listener, Client = listener_client[serializer]
445 # Mapping from serializer name to Listener and Client types
449 'pickle' : (connection.Listener, connection.Client),
488 Listener, Client = listener_client[self._serializer]
489 conn = Client(self._address, authkey=self._authkey)