Home | History | Annotate | Download | only in layout_package

Lines Matching refs:worker_connection

191         worker_connection = _ThreadedWorkerConnection(self._broker, self._port,
193 worker_connection.start()
194 return worker_connection
207 worker_connection = _MultiProcessWorkerConnection(self._broker, self._platform_name,
209 worker_connection.start()
210 return worker_connection
265 def __init__(self, worker_connection, port, client):
267 self._worker_connection = worker_connection
309 def __init__(self, worker_connection, platform_name, options, client):
311 self._worker_connection = worker_connection