You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor existing method to accept a boolean whose default value is false. But when set to true will pass the function to an async version of the handler instead (I don't love this approach).
@tnypxl thank you for the suggestion. I don't think we need an independent function to handle asynchronous tasks. We need to enhance the existing function to support both of them without any additional params.
Is your feature request related to a problem? Please describe.
It's annoying that I can't use asynchronous functions in Data Function handlers
Describe the solution you'd like
I invision something like:
or
Refactor existing method to accept a boolean whose default value is false. But when set to true will pass the function to an async version of the handler instead (I don't love this approach).
The text was updated successfully, but these errors were encountered: