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

Enable lazy/parallel requests via promises #19

Open
h4cc opened this issue Jul 9, 2015 · 2 comments
Open

Enable lazy/parallel requests via promises #19

h4cc opened this issue Jul 9, 2015 · 2 comments
Milestone

Comments

@h4cc
Copy link
Contributor

h4cc commented Jul 9, 2015

Guzzle does offer using Promise structures for their responses.
How about using these to offer parallel requests to CouchDB?

@Baachi
Copy link
Owner

Baachi commented Jul 11, 2015

Would be cool 👍

@h4cc
Copy link
Contributor Author

h4cc commented Jul 11, 2015

This could be integrated in a QueryBuilder, like this:
$resultPromise = $builder->key('foo')->lazy()->execute();

🚀

@Baachi Baachi added this to the 2.0 milestone Jul 11, 2015
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

2 participants