Closed miracle2k closed 6 years ago
I'm sorry that I have to reject this merge request, as I already rewrote much of that part of the documentation. (See the "merge" branch.)
If you think the current text still is too confusing, I'm inclined to remove the async with trio_asyncio.open_loop()
part (or relegate it to a new subsection of the documentation) as most users won't need that.
Refering to #11, I think my issues with the documentations are three fold:
trio.run
vstrio_asyncio.run
(I am still not sure if the later is a thing).This patch tries to fix point 2, and removes the reference to
trio_asyncio.run
, which we may have to bring back. Let me know what you think. I'll try to update the docs further with your feedback.