Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asynchronous loading mode #16

Open
benpious opened this issue Aug 29, 2018 · 0 comments
Open

Add asynchronous loading mode #16

benpious opened this issue Aug 29, 2018 · 0 comments

Comments

@benpious
Copy link
Collaborator

It should be possible to load drawables off the main thread. The parser should already be thread safe, so the interesting part of the task here is deciding how to handle the concurrency: whether it should be hidden from the user, whether there should be a placeholder or whether it should be converted to blocking when it's time to display a drawable onscreen, etc.

This shouldn't change the existing priorities for performance, we should still be aiming to be faster than competing libraries even when we're exclusively on the main thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant