fastly / pushpin

A proxy server for adding push to your API, used at the core of Fastly's Fanout service
https://pushpin.org
Apache License 2.0
3.66k stars 153 forks source link

split out async resolver code #48033

Closed jkarneges closed 4 months ago

jkarneges commented 4 months ago

This moves the async resolver code from future to core::resolver. No changes to the code, just moving it.