File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ Trio-Asyncio requires at least Python 3.6. It is tested on recent versions of
34
34
+++++++++++
35
35
36
36
Trio has native concepts of tasks and task cancellation. Asyncio is based
37
- on callbacks and chaining Futures, albeit with nicer syntax, which make
38
- handling of failures and timeouts fundamentally less reliable, especially in
37
+ on callbacks and chaining Futures, albeit with nicer syntax, making
38
+ handling failures and timeouts fundamentally less reliable, especially in
39
39
larger programs. Thus, you *really * want to base your async project on Trio.
40
40
41
41
On the other hand, there are quite a few asyncio-enhanced libraries. You
42
42
*really * don't want to re-invent any wheels in your project.
43
43
44
44
Thus, being able to use asyncio libraries from Trio is useful.
45
- trio-asyncio enables you to do that, and more.
45
+ trio-asyncio enables you to do that and more.
46
46
47
47
--------------------------------------
48
48
Transparent vs. explicit translation
@@ -87,5 +87,5 @@ project spaces.
87
87
Author
88
88
++++++++
89
89
90
- trio-asyncio was originally written by Matthias Urlichs <matthias@urlichs.de>.
90
+ Matthias Urlichs <matthias@urlichs.de> originally wrote trio-asyncio .
91
91
It is now maintained by the `Trio project <https://github.com/python-trio >`_.
You can’t perform that action at this time.
0 commit comments