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 Async Utilities to Mitigate Blocking Sync Functions #133

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

macwilk
Copy link
Contributor

@macwilk macwilk commented Aug 13, 2024

  • adds a wrap function that converts a sync or async function (that could potentially be blocking) to a loop-safe async function
  • adds an example of the utility (that can be built on as we add more utilities to help with this problem)

@grutt grutt merged commit 2413114 into hatchet-dev:belanger/v2-sdk Aug 13, 2024
2 of 5 checks passed
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.

3 participants