PySyncObj
PySyncObj copied to clipboard
Fix to Poller Abstraction
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.
#159