PySyncObj icon indicating copy to clipboard operation
PySyncObj copied to clipboard

Fix to Poller Abstraction

Open 20zurmca opened this issue 4 years ago • 1 comments

Added pollerClass parameter to SyncObj constructor so a custom poller can be used. Current implementation only allows a SelectPoller or a PollPoller, yet Poller is provided as a base class. This gives more freedom in designing a custom Transport that may not use sockets or need the select module.

20zurmca avatar Apr 14 '22 22:04 20zurmca

#159

20zurmca avatar Apr 14 '22 22:04 20zurmca