wait_for_cached_response

Function wait_for_cached_response 

Source
async fn wait_for_cached_response(
    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.