Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ModelEngine-Group/nexent
/ submit
Method
submit
backend/utils/thread_utils.py:15–16 ·
view source on GitHub ↗
(self, fn, *args, **kwargs)
Source
from the content-addressed store, hash-verified
13
return
cls._instance
14
15
def
submit(self, fn, *args, **kwargs):
16
return
self.pool.submit(fn, *args, **kwargs)
17
18
19
pool = GlobalThreadPool(max_workers=5)
Callers
7
UserProfileComp
Function · 0.80
submit
Function · 0.80
run_async
Function · 0.80
get_all_tasks
Method · 0.80
run_async
Function · 0.80
run_tests
Function · 0.80
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
1
run_tests
Function · 0.64