Module net::image_cache

source Β·

Structs§

  • AllPendingLoads πŸ”’
  • CompletedLoad πŸ”’
    Represents an image that has completed loading. Images that fail to load (due to network or decode failure) are still stored here, so that they aren’t fetched again.
  • DecoderMsg πŸ”’
    Message that the decoder worker threads send to the image cache.
  • ImageCacheStore πŸ”’
  • LoadKeyGenerator πŸ”’
  • PendingLoad πŸ”’
    Represents an image that is either being loaded by the resource thread, or decoded by a worker thread.

Enums§

Functions§

Type Aliases§