Replies: 1 comment
-
Haven't used Rich with asyncio, but I don't anticipate you'll have any major problems. Writing to a file, even stdout, is actually a blocking operation. In practice though the OS buffers things so it won't block unless you are writing massive amounts of text to the terminal. There are a few file operations in Rich. If you use |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Naive question, but are there any sharp edges I might encounter if I use
rich
in something using asyncio/trio? I don't see it mentioned much, but I suspect there would be a few issues in the tracker if there was something big to worry about.Beta Was this translation helpful? Give feedback.
All reactions