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

Make Verb Functions Async #255

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Conversation

darthtrevino
Copy link
Member

Improve the internals of the reactivedataflow package by making the VerbFunction type async by default. Synchronous functions can still be used to define verbs, but the system will always inspect them for async output. This eliminates the is_async argument on verbs

@darthtrevino darthtrevino merged commit 1668d4c into main Jul 1, 2024
8 of 9 checks passed
@darthtrevino darthtrevino deleted the feat/make_verb_function_async branch July 1, 2024 18:49
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.

None yet

1 participant