MCPcopy
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
23def submit(fn, *args, **kwargs):
24 return pool.submit(fn, *args, **kwargs)

Callers 2

_stream_agent_chunksFunction · 0.90
save_messagesFunction · 0.90

Calls 1

submitMethod · 0.80

Tested by

no test coverage detected