Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ModelEngine-Group/nexent
/ submit
Function
submit
backend/utils/thread_utils.py:23–24 ·
view source on GitHub ↗
(fn, *args, **kwargs)
Source
from the content-addressed store, hash-verified
21
22
# Submit task asynchronously
23
def
submit(fn, *args, **kwargs):
24
return
pool.submit(fn, *args, **kwargs)
Callers
2
_stream_agent_chunks
Function · 0.90
save_messages
Function · 0.90
Calls
1
submit
Method · 0.80
Tested by
no test coverage detected