You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Examples: caching decorators and ratelimiter
106
106
At the current moment, the following are non-goals
107
107
108
108
- compatability with gevent or other libraries which patch threading and async behavior.
109
-
- compatability with non-asyncio event loops
109
+
- compatability with non-asyncio event loops (event loops like uvloop that are asyncio event loops are included in compatability, event loops such as those provided by trio are not)
110
110
- compatability with non CPython python implementations
0 commit comments