Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dabeaz/python-cookbook
/ example3.py
File
example3.py
src/12/how_to_create_a_thread_pool/example3.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
concurrent.futures
import
ThreadPoolExecutor
2
import
urllib.request
3
4
def
fetch_url(url):
Callers
nothing calls this directly
Calls
2
submit
Method · 0.80
result
Method · 0.80
Tested by
no test coverage detected