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
Apparently requests futures uses a ThreadPoolExecutor underneath, which seems like an odd bit to expose controls for. IMO, tornado gets a lot more active development relying on libcurl. We don't get the nicety of the requests interface though.
The sad part about picking async is that our barrier to entry for contributors is a bit higher.
We've done a bit of musing on how we would use
concurrent.futures
within a Python 3 version of multyvac/cloud.This would mean that our underlying network client would need to use either:
The text was updated successfully, but these errors were encountered: