MCPcopy
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
19pool = GlobalThreadPool(max_workers=5)

Callers 7

UserProfileCompFunction · 0.80
submitFunction · 0.80
run_asyncFunction · 0.80
get_all_tasksMethod · 0.80
run_asyncFunction · 0.80
run_testsFunction · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by 1

run_testsFunction · 0.64