Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ wait
Method
wait
tests/unit/runtime/zero/test_zero_context.py:88–89 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
86
self.kwargs = None
87
88
def
wait(self, **kwargs):
89
self.kwargs = kwargs
90
91
handles = [PositionalWaitHandle(), KeywordOnlyWaitHandle(), KwargsWaitHandle()]
92
Callers
15
test_async_read
Method · 0.45
test_async_write
Method · 0.45
test_read
Method · 0.45
test_write
Method · 0.45
test_offset_write
Method · 0.45
test_offset_read
Method · 0.45
test_async_read
Method · 0.45
test_async_write
Method · 0.45
test_read
Method · 0.45
test_write
Method · 0.45
test_offset_write
Method · 0.45
test_zenflow_adam_cross_process
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected