Skip to content

Commit

Permalink
Improve wording in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Jun 2, 2020
1 parent 66967ce commit 3083de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/reference-lowlevel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ like Qt. Its advantages are:
# ...and Qt can call back to Trio just as easily
my_cancel_button.clicked.connect(my_cancel_scope.cancel)

(For async APIs, it's not that simple, but you can build on this
make explicit bridges between the two worlds, e.g. by passing async
functions through queues.)
(For async APIs, it's not that simple, but you can use sync APIs to
build explicit bridges between the two worlds, e.g. by passing async
functions and their results back and forth through queues.)

- Consistent behavior: guest mode uses the same code as regular Trio:
the same scheduler, same IO code, same everything. So you get the
Expand Down

0 comments on commit 3083de5

Please sign in to comment.