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 SearchPages #88

Merged
merged 1 commit into from
Nov 1, 2017
Merged

Add SearchPages #88

merged 1 commit into from
Nov 1, 2017

Conversation

guywithnose
Copy link
Contributor

This starts to implement the changes for #55.

It doesn't run concurrently yet, but I believe this implementation can be made concurrent later. Implementing concurrency is a bit more complicated and I have a few things to consider.

I think we should be careful to not call f from more than one goroutine. Otherwise, the user will need to ensure they are processing the results in a thread safe manner. I also think it is important to maintain the order the issues are returned.

With these two constraints, the concurrent implementation will certainly add quite a bit of complexity, so I hope this is good for now.

@andygrunwald
Copy link
Owner

Fine for me :) Thank you!

@andygrunwald andygrunwald merged commit 767d4ea into andygrunwald:master Nov 1, 2017
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

Successfully merging this pull request may close these issues.

2 participants