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

Remove d3-queue from D3 5.0? #3260

Closed
mbostock opened this issue Feb 4, 2018 · 1 comment
Closed

Remove d3-queue from D3 5.0? #3260

mbostock opened this issue Feb 4, 2018 · 1 comment

Comments

@mbostock
Copy link
Member

mbostock commented Feb 4, 2018

It was intended to allow d3-request to run in parallel. Now that D3 5.0 has d3-fetch, you just need Promise.all in most cases. If you want configurable concurrency you can use one of many promise libraries.

@curran
Copy link
Contributor

curran commented Feb 4, 2018

Makes sense to remove IMO.

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

No branches or pull requests

3 participants
@curran @mbostock and others