MCPcopy
hub / github.com/ray-project/ray / join

Method join

python/ray/tests/test_worker_capping.py:159–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 self.limit = limit
158
159 async def join(self):
160 self.i += 1
161 while self.i < self.limit:
162 await asyncio.sleep(1)
163
164 b = Barrier.remote(num_tasks)
165

Callers 15

__repr__Method · 0.45
_progress_strMethod · 0.45
_trial_progress_strFunction · 0.45
_max_lenFunction · 0.45
_get_progress_table_dataFunction · 0.45
_generate_sys_info_strFunction · 0.45
_trial_errors_strFunction · 0.45
_print_resultMethod · 0.45
_get_checkpointMethod · 0.45
save_checkpointMethod · 0.45
function_trainableFunction · 0.45

Calls 1

sleepMethod · 0.45

Tested by

no test coverage detected