Replies: 1 comment 1 reply
-
Using the non-async sleep is probably not a fair comparison since that will block everything, but there is still a flaw there. The |
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
-
From doc string call_later method: "Run a callback after processing all messages and refreshing the screen."
If I have good understanding, I can deffer call methods after rendering app.
I checked it in expample/sample.py and added sleep to function get_markdown:
I see black screen for 1 second after start. What am I doing wrong?
I need to defer loading content after app first screen renders.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions