Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ task_done
Method
task_done
aura/worker_executor.py:125–128 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
return
self.get_nowait()
124
125
def
task_done(self):
126
self.completed += 1
127
self.q.task_done()
128
self._update_progress()
129
130
async
def
join(self):
131
return
await self.q.join()
Callers
2
fetch_package
Function · 0.80
process
Method · 0.80
Calls
1
_update_progress
Method · 0.95
Tested by
no test coverage detected