Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentscope-ai/Trinity-RFT
/ _run
Method
_run
trinity/buffer/viewer.py:40–41 ·
view source on GitHub ↗
(self, coro)
Source
from the content-addressed store, hash-verified
38
return
asyncio.run_coroutine_threadsafe(coro, self._loop)
39
40
def
_run(self, coro):
41
return
self._submit(coro).result()
42
43
def
close(self):
44
if
self._closed:
Callers
4
__init__
Method · 0.95
close
Method · 0.95
query
Method · 0.95
count
Method · 0.95
Calls
1
_submit
Method · 0.95
Tested by
no test coverage detected