Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/C3ting/ARL
/ run
Method
run
app/services/baseThread.py:85–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
self._result_map[str(item)] = result
84
85
def
run(self):
86
self._run()
87
return
self._result_map
88
89
90
def
thread_map(fun, items, arg=None, concurrency=6):
Callers
1
thread_map
Function · 0.95
Calls
1
_run
Method · 0.45
Tested by
no test coverage detected