MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / stopped

Method stopped

trinity/buffer/storage/queue.py:179–181  ·  view source on GitHub ↗

Check if there is no more data to read.

(self)

Source from the content-addressed store, hash-verified

177 self._getters.clear()
178
179 def stopped(self) -> bool:
180 """Check if there is no more data to read."""
181 return self._closed and self.empty()
182
183
184class AsyncPriorityQueue(QueueBuffer):

Callers 1

get_batchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected