Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Improve DFCompositeImageManager dispatch logic for preheating requests #39

Closed
kean opened this issue Jul 25, 2015 · 1 comment
Closed
Assignees
Milestone

Comments

@kean
Copy link
Owner

kean commented Jul 25, 2015

This is how it works right now:

- (void)startPreheatingImagesForRequests:(nonnull NSArray *)requests {
    for (DFImageRequest *request in requests) {
        [DFManagerForRequest(request) startPreheatingImagesForRequests:@[request]];
    }
}

Composite image manager should use a dispatch table instead.

@kean kean self-assigned this Jul 25, 2015
@kean kean added this to the 0.6.0 milestone Jul 25, 2015
@kean
Copy link
Owner Author

kean commented Jul 25, 2015

Done f0461a1

@kean kean closed this as completed Jul 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant