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 Workflow.RunTaskAsync and Workflow.WhenAllAsync #313

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

cretz
Copy link
Member

@cretz cretz commented Jul 24, 2024

What was changed

  • Add Workflow.RunTaskAsync as safe alternative to Task.Run
  • Add Workflow.WhenAllAsync as safe alternative to Task.WhenAll

Checklist

  1. Closes [Feature Request] Create wrappers for commonly-known-safe async calls #303

@cretz cretz requested a review from a team July 24, 2024 19:17
@cretz cretz merged commit 6695adf into temporalio:main Aug 6, 2024
8 checks passed
@cretz cretz deleted the async-wrappers branch August 6, 2024 22:15
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.

[Feature Request] Create wrappers for commonly-known-safe async calls
3 participants