Package pike :: Module transport
[hide private]
[frames] | no frames]

Module transport

source code

Classes [hide private]
  Transport
Transport is responsible for managing the underlying socket, registering for socket events, dispatching read, write, and errors to higher layers.
  BasePoller
A poller is an underlying event monitoring system.
  KQueuePoller
Implementation of KQueue, available on Mac OS and BSD derivatives
  SelectPoller
Implementation of select, available on most platforms as a fallback.
  PollPoller
Implementation of poll, available on Linux
Functions [hide private]
 
loop(timeout=None, count=None) source code
Variables [hide private]
  _reraised_exceptions = (<type 'exceptions.KeyboardInterrupt'>,...
  poller = SelectPoller()
  __package__ = 'pike'
Variables Details [hide private]

_reraised_exceptions

Value:
(<type 'exceptions.KeyboardInterrupt'>,
 <type 'exceptions.SystemExit'>)