mds-provider icon indicating copy to clipboard operation
mds-provider copied to clipboard

Async client

Open thekaveman opened this issue 5 years ago • 0 comments

The ProviderClient logic revolves around looping over a list of providers, and sending a bunch of serial requests for each (e.g. to get multiple pages of data for a given provider query). There is some room for potential improvement by making this asynchronous.

requests-futures looks interesting.

thekaveman avatar Oct 05 '18 01:10 thekaveman