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
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.
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.The text was updated successfully, but these errors were encountered: