py-twisted-kqueue - add a note to use built-in select.kevent instead

This commit is contained in:
Jaromir Dolecek 2020-02-10 00:45:06 +01:00
parent 6aa734303b
commit a55fef11b6
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
This is same as ../../devel/py-kqueue with minor modifications to work with
Twisted reactor.
Note: users should probably use Python built-in select.kevent instead