MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / threadpool.py

File threadpool.py

src/11/event_driven_io_explained/threadpool.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import socket
2from concurrent.futures import ThreadPoolExecutor
3from eventhandler import EventHandler, event_loop
4

Callers

nothing calls this directly

Calls 3

event_loopFunction · 0.90
ThreadPoolHandlerClass · 0.85
UDPFibServerClass · 0.85

Tested by

no test coverage detected