You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by dbajet January 23, 2025
Following the suggestion 332, could it be possible to allow from concurrent.futures import ThreadPoolExecutor or something of this nature to allow parallel executions?
In my case, this is to run several HTTP requests simultaneously.
The text was updated successfully, but these errors were encountered:
aduane
changed the title
Allow import of concurrent for Parallel execution in plugins
Create an interface for parallel execution of HTTP requests
Jan 29, 2025
Discussed in #356
Originally posted by dbajet January 23, 2025
Following the suggestion 332, could it be possible to allow
from concurrent.futures import ThreadPoolExecutor
or something of this nature to allow parallel executions?In my case, this is to run several HTTP requests simultaneously.
The text was updated successfully, but these errors were encountered: