Nuacht

Benchmarking Python's ThreadPoolExecutor vs Go's goroutines for high-concurrency, I/O-bound tasks — simulating real-world use cases like calling external APIs in parallel.
coreycb changed the title py3.7 deadlock with monkeypatching of standard library thread modules + use of concurrent.futures.ThreadPoolExecutor py3.7 deadlock with monkeypatch of stdlib thread modules ...