Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
def
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_vhost
Function · 0.85
Calls
2
run
Method · 0.95
ThreadMap
Class · 0.85
Tested by
no test coverage detected