Skip to content

Commit 63a40fa

Browse files
committed
clarify the meaning of 'asyncio event loop'
1 parent d21cae5 commit 63a40fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Examples: caching decorators and ratelimiter
106106
At the current moment, the following are non-goals
107107

108108
- 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)
110110
- compatability with non CPython python implementations
111111

112112
# Documentation

0 commit comments

Comments
 (0)