We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bce5b4 commit 2b9201aCopy full SHA for 2b9201a
1 file changed
docs/source/usage.rst
@@ -189,7 +189,7 @@ Detecting the loop context
189
190
Short answer: You don't want to.
191
192
-Long answer: You either are running within a call to :func:`trio_asyncio`,
+Long answer: You either are running within a call to :func:`run_asyncio`,
193
or you don't. There is no "maybe" here, and you shouldn't indiscriminately
194
call async code from both contexts – they have different semantics, esp.
195
concerning cancellation.
0 commit comments