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 par_map methods to collections #227

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brendanmaguire
Copy link
Contributor

  • par_map facilitates running an async function across all items in the collection
  • Resolves Async methods #213

@brendanmaguire
Copy link
Contributor Author

@dbrattli , do you think this is an okay approach to this?

* `par_map` facilitates running an async function across all items in the collection
* Resolves dbrattli#213
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.

Async methods
1 participant