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
If you do FileManager.download(wait=False) it would be nice if it returned some object which could be waited later, and grouped to be waited. I am thinking something like concurrent.futures but probably not that.
The text was updated successfully, but these errors were encountered:
If you do
FileManager.download(wait=False)
it would be nice if it returned some object which could be waited later, and grouped to be waited. I am thinking something likeconcurrent.futures
but probably not that.The text was updated successfully, but these errors were encountered: