Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ put_nowait
Method
put_nowait
aura/worker_executor.py:114–117 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
112
self._update_progress()
113
114
def
put_nowait(self, item):
115
self.q.put_nowait(item)
116
self.total += 1
117
self._update_progress()
118
119
async
def
get(self):
120
return
await self.q.get()
Callers
1
prefetch_mirror
Function · 0.95
Calls
1
_update_progress
Method · 0.95
Tested by
no test coverage detected