-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 callback with state #2295
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😮amazingly neat!!
We need a code example for this one.
An async function that would do something relevant (like searching whether a large number is prime or not) to demonstrate the feature.
Great, great job!
ADDITION: I just spotted the code example you provide.
I'm not sure we can keep it as is, but maybe it's just what we want.
Then it should go to taipy/doc/gui/examples
. async_callback.py
?
Would be nice to have a neat example... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very very nice!
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌👌👌
resolves #2288
What type of PR is this? (check all applicable)
Description
Support async callback
inspired by
@FlorianJacta proposal
Related Tickets & Documents
How to reproduce the issue
import asyncio