File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,12 +131,19 @@ do some refactoring. Sorry about that.
131131Compatibility 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
136136Unfortunately, we had to discontinue support for this mode. The code was
137137too 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
You can’t perform that action at this time.
0 commit comments