Skip to content

Commit c5bf3a3

Browse files
committed
doc update
1 parent 0e64113 commit c5bf3a3

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/source/usage.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,19 @@ do some refactoring. Sorry about that.
131131
Compatibility mode
132132
++++++++++++++++++
133133

134-
… or, running ``trio_asyncio`` on top of an unmodified '`asyncio`` main loop.
134+
… or, running ``trio_asyncio`` on top of an unmodified ``asyncio`` main loop.
135135

136136
Unfortunately, we had to discontinue support for this mode. The code was
137137
too intrusive and not particularly stable, caused problems with debugging,
138-
and crashed asyncio when trio_asyncio was imported after starting the
139-
asyncio mainloop.
138+
and crashed ``asyncio`` when ``trio_asyncio`` was imported after starting
139+
the asyncio mainloop.
140+
141+
``trio_asyncio`` still contains the code, as it is required to run
142+
``asyncio``'s testcases, which pretty much require synchronous mode.
143+
However, if you want to run this in production you'd neet to jump through
144+
various hoops which are neither supported nor documented. Sorry.
145+
146+
.. _cross-calling:
140147

141148
---------------
142149
Cross-calling

0 commit comments

Comments
 (0)