async_fetcher library
A utility for canonicalizing requests to fetch a resource over the network.
Classes
-
AsyncCanonicalizingFetcher<
K, V> - Helper to fetch a value asynchronously, where multiple outstanding requests for the same resource are canonicalized to a single request. This can prevent loading the same resource more than once.