combine icon indicating copy to clipboard operation
combine copied to clipboard

Threading

Open krmaxwell opened this issue 10 years ago • 0 comments

The current code in dev uses a custom queueing solution built directly on the low-level APIs in Python. We should use some existing module (such as requests-futures?), otherwise we'll have subtle bugs cropping up for a long time in addition to the ones we already have.

krmaxwell avatar May 06 '15 17:05 krmaxwell