r-lib / httr2

Make HTTP requests and process their responses. A modern reimagining of httr.
https://httr2.r-lib.org
Other
235 stars 56 forks source link

Add function req_perform_promise (fixes #501) #505

Closed gergness closed 1 month ago

gergness commented 2 months ago

An implementation of req_perform_promise() - #501

It has worked pretty well in my initial testing, though the way I'm tracking which pools already have a later task polling them does feel a little fragile.

hadley commented 1 month ago

Thanks @gergness!