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

urlgetter: introduce the Multi urlgetter #677

Merged
merged 1 commit into from
Jun 9, 2020
Merged

urlgetter: introduce the Multi urlgetter #677

merged 1 commit into from
Jun 9, 2020

Conversation

bassosimone
Copy link
Contributor

With the Multi urlgetter you can perform operations in parallel with a
specific degree of parallelism. You get results back as they arrive via
a channel that is returned on output.

We'll use this functionality pretty much soon to rewrite the Telegram
experiment in terms of the urlgetter experiment.

Reference issue: #646

With the Multi urlgetter you can perform operations in parallel with a
specific degree of parallelism. You get results back as they arrive via
a channel that is returned on output.

We'll use this functionality pretty much soon to rewrite the Telegram
experiment in terms of the urlgetter experiment.

Reference issue: #646
@bassosimone bassosimone merged commit d6316d6 into master Jun 9, 2020
@bassosimone bassosimone deleted the issue/646 branch June 9, 2020 10:33
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.

1 participant