forked from palaviv/eventfd
-
Notifications
You must be signed in to change notification settings - Fork 0
python threading.Event like class that has a file descriptor and can be used in select/poll
License
pylots/eventfd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
eventfd offer the EventFD class in python. The class implement all the functions as the threading.Event class. In addition to that the EventFD has the fileno method and thus can be used to in select/poll. Online documentation can be found at http://eventfd.readthedocs.org/. Please see the example in server.py for a use case of this class.
About
python threading.Event like class that has a file descriptor and can be used in select/poll
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 92.1%
- C 7.9%