Steven Moon
Steven Moon6mo ago

with concurrent.futures.ThreadPoolExecutor() as executor

Is it possible to have a script launch subprocesses (API calls) from the thread pool?
1 Reply
Steven Moon
Steven MoonOP6mo ago
Actually this does work! I had a function call that was slowing it down

Did you find this page helpful?