-
Notifications
You must be signed in to change notification settings - Fork 17
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
Why not support non-empty arguments function with Concurrent or Parallel? #2
Comments
Are you receiving any error while using non-empty arguments function with Concurrent or Parallel? Can you show us any example of what you are trying to do? |
Hi, it seems that concurrent/parallel API don't support pass parameters
Routine call function with emptyArgs in func.go |
@hawkinggg I see. When writing those functions three years ago I thought of Parallel and Concurrent functions receiving an optional list of parameters as last argument that would be passed to every function passed to them, but at the time I had no use for this case. Maybe a modification like:
Could solve the problem without breaking the current usage of the package. |
Hi, 4 years later, I see that this library has a lot of potential. Can you make me as the contributor to this library? |
@MrNocTV I believe, you may start with creating pull requests to resolve those issues without becoming a contributor, by just forking it and making a PR from your fork. |
No description provided.
The text was updated successfully, but these errors were encountered: