-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Support async functions for pn.bind #3262
Labels
type: enhancement
Minor feature or improvement to an existing feature
Milestone
Comments
MarcSkovMadsen
added
the
type: enhancement
Minor feature or improvement to an existing feature
label
Mar 26, 2022
I think I got this to work. Two changes are needed one in param and another in panel. Both are by checking if the function to watch is an async function and then making the In panel: Lines 151 to 172 in 98a63e8
|
Yeah, looks like I handled it for non-watched functions but not for |
This was referenced Mar 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like it to be as simple as possible to create performant data apps as possible. This includes sprinkling in async once in a while.
It would make it super easy to use async if
pn.bind
andpn.depends
supported it. But it does not.When I run the below code I get
My Feature Request is to support async for
pn.bind
andpn.depends
.The text was updated successfully, but these errors were encountered: