MCPcopy 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

1from concurrent.futures import ThreadPoolExecutor
2import urllib.request
3
4def fetch_url(url):

Callers

nothing calls this directly

Calls 2

submitMethod · 0.80
resultMethod · 0.80

Tested by

no test coverage detected