pub fn cancel_async_fetch(
request_ids: Vec<RequestId>,
core_resource_thread: &CoreResourceThread,
)
Expand description
Instruct the resource thread to cancel an existing request. Does nothing if the request has already completed or has not been fetched yet.