Opened this issue 7 years ago · 1 comments
For internal PLOS use (args.plos), let's speed up downloads from content repo by enabling threading.
args.plos
My guess is, async/await will be more useful than threading given the guarantees about order of events that you can enforce on the python side.