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
Implement a new submodule, fdinfo.event, with a class, FDEvent.
FDEvent will implement the same interface as threading.Event(), but will include an additional method, fileno(), that can be used to register the event with select() calls.
The text was updated successfully, but these errors were encountered:
Implement a new submodule, fdinfo.event, with a class, FDEvent.
FDEvent will implement the same interface as threading.Event(), but will include an additional method, fileno(), that can be used to register the event with select() calls.
The text was updated successfully, but these errors were encountered: