Steven Moon
Steven Moon4mo 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 Moon4mo ago
Actually this does work! I had a function call that was slowing it down