Support Async Pipes #10565
Closed
oloflarsson
started this conversation in
Ideas
Support Async Pipes
#10565
Replies: 3 comments 2 replies
-
|
PR Welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
❤️ Thank you, I have now opened a merge request: #10566 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks, pull request was accepted #10566 so closing this discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to add support for
async def pipes(self) -> List[dict]:where the initialasyncis not supported today.The use case is getting access to the
awaitkeyword within the pipes logic when writing a plugin/function.It seems to me a small code change in
functions.pycould accomplish this.Before:
After:
Beta Was this translation helpful? Give feedback.
All reactions