We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d4701 commit 5fbb82aCopy full SHA for 5fbb82a
1 file changed
webext/README.md
@@ -38,6 +38,12 @@ couple of options:
38
echo "#!$(readlink -f ./env/bin/python3)"
39
```
40
41
+Then, optionally, you can use [uvloop](https://github.com/MagicStack/uvloop)>=0.18 as the web extension's async event loop implementation.
42
+This is not required, we prefer using uvloop, while can still fallback to use the built-in asyncio if failed to import it.
43
+
44
+If you are sure to use it, simply install `uvloop` like installing `dbus-next` mentioned above.
45
+We will print a log to let you know if we are using uvloop.
46
47
# Setup Instructions
48
49
## For Testing
0 commit comments