ropensci / crul

R6 based http client for R (for developers)
https://docs.ropensci.org/crul
Other
107 stars 17 forks source link

consider making `AsyncQueue` non-blocking #158

Open sckott opened 3 years ago

sckott commented 3 years ago

via #156

So that one can inquire about the requests being made, etc.

Tradeoff is that the user then has to check if requests are done, etc. before moving forward - but users I think could still get any responses already complete/collected