Skip to content

Commit

Permalink
Added a little comment for Mark
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Dec 9, 2024
1 parent 2c0e4d2 commit e9ba8f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ We recommend importing these from :doc:`rendercanvas.utils.asyncs <utils_asyncs>

On the other hand, if you know your code always runs on the asyncio loop, you can fully make use of ``asyncio``. Dito for Trio.

If you use Qt and get nervous from async code, no worries, when running on Qt, ``asyncio`` is not even imported. You can regard most async functions
as syntactic sugar for pieces of code chained with ``call_later``. That's more or less how our async adapter works :)


Freezing apps
-------------
Expand Down

0 comments on commit e9ba8f8

Please sign in to comment.