microsoft / essex-toolkit

Provides a set of useful tools, utilities, reusable components, and React hooks that are designed to capture common components and utilities common among Essex Alpha team projects.
https://microsoft.github.io/essex-toolkit/
MIT License
19 stars 7 forks source link

Make Verb Functions Async #255

Closed darthtrevino closed 3 months ago

darthtrevino commented 3 months ago

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