loaded

    The resource was loaded successfully and can be accessed via loadThreadedGet(path:).

    ResourceLoader.swift:34
    case loaded

    Other cases

    • case invalidResource

      The resource is invalid, or has not been loaded with loadThreadedRequest(path:typeHint:useSubThreads:cacheMode:).

    • case inProgress

      The resource is still being loaded.

    • case failed

      Some error occurred during loading and it failed.