MCPcopy Create free account
hub / github.com/C3ting/ARL / thread_map

Function thread_map

app/services/baseThread.py:90–92  ·  view source on GitHub ↗
(fun, items, arg=None, concurrency=6)

Source from the content-addressed store, hash-verified

88
89
90def thread_map(fun, items, arg=None, concurrency=6):
91 t = ThreadMap(fun=fun, items=items, arg=arg, concurrency=concurrency)
92 return t.run()
93
94

Callers 1

find_vhostFunction · 0.85

Calls 2

runMethod · 0.95
ThreadMapClass · 0.85

Tested by

no test coverage detected