Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SourceCode-AI/aura
/ wait
Method
wait
aura/worker_executor.py:69–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
return
future
68
69
def
wait(self):
70
while
not bool(self):
71
time.sleep(0.05)
72
73
def
_update_progress(self):
74
if
config.PROGRESSBAR_DISABLED:
Callers
3
run
Method · 0.95
run_in_venv
Function · 0.80
check_package
Function · 0.80
Calls
no outgoing calls
Tested by
1
run_in_venv
Function · 0.64