MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / read_output

Function read_output

benchmarks/src/executor/external_executor.py:123–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 output_queue = Queue()
122
123 def read_output():
124 with open(pipe_path) as file:
125 data = json.loads(file.read())
126 output_queue.put(data)
127
128 """
129 Spawn a thread so that we can read the output and wait for the process concurrently.

Callers

nothing calls this directly

Calls 1

putMethod · 0.80

Tested by

no test coverage detected