Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_str
Method · 0.45
_trial_progress_str
Function · 0.45
_max_len
Function · 0.45
_get_progress_table_data
Function · 0.45
_generate_sys_info_str
Function · 0.45
_trial_errors_str
Function · 0.45
_print_result
Method · 0.45
_get_checkpoint
Method · 0.45
save_checkpoint
Method · 0.45
function_trainable
Function · 0.45
_get_recursive_files_and_stats
Function · 0.45
Calls
1
sleep
Method · 0.45
Tested by
no test coverage detected