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

parallel should support limit = Infinity #426

Open
karmaniverous opened this issue Sep 5, 2024 · 1 comment
Open

parallel should support limit = Infinity #426

karmaniverous opened this issue Sep 5, 2024 · 1 comment

Comments

@karmaniverous
Copy link

parallel should an arbitrary number of parallel executions. Semantically this could be expressed with limit equal either to undefined or Infinity.

In the current implementation, limit: undefined is precluded by type requirements, and limit: Infinity blows up at this line.

@aleclarson
Copy link

aleclarson commented Dec 3, 2024

Hey @karmaniverous! This is fixed in the Radashi fork in v12.3.0.

Note: The limit cannot be undefined still, so I recommend using ?? Infinity instead.

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

2 participants