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

Decouple the building of Models per bucket from fetching them #15

Closed
micahr opened this issue Oct 13, 2015 · 0 comments
Closed

Decouple the building of Models per bucket from fetching them #15

micahr opened this issue Oct 13, 2015 · 0 comments

Comments

@micahr
Copy link
Member

micahr commented Oct 13, 2015

It would be very helpful to provide a mechanism to gets all the models that are in a "bucket" without having them automatically fetched.

A proposal would be to change the signature of buildModelsWrapper in such a way that it will accept a function to call in the forEachParallel call and default to the current one if it's not passed in. This will allow developers to handle fetching of models or any other customizations that need to be done without re-implementing the entire process.

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

No branches or pull requests

1 participant