Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ put
Method
put
tests/autoalloc/utils.py:99–100 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
97
self.queue = Queue()
98
99
def
put(self, value):
100
self.queue.put(value)
101
102
def
get(self):
103
return
self.queue.get(timeout=5)
Callers
4
handle_cli_submit
Method · 0.80
handle_cli_submit
Method · 0.80
body
Method · 0.80
read_output
Function · 0.80
Calls
no outgoing calls
Tested by
1
handle_cli_submit
Method · 0.64