wait_for_inflight_requests

Function wait_for_inflight_requests 

Source
async fn wait_for_inflight_requests(
    done_chan: &mut DoneChannel,
    response: &mut Option<Response>,
)
Expand description

Wait for a cached response from channel. Happens when a fetch gets a cache hit, and the resource is pending completion from the network.