Package grassyknoll :: Package concurrent :: Module Worker
[hide private]

Module Worker

source code

Worker threads

I was so tempted to call this module WageSlave it's not even funny.

Classes [hide private]
  WorkerExit
singleton indicating that a Worker should shutdown
  ContextExit
singleton indicating that a new context should be created
  Worker
a worker threading.Thread with MailBox.MailBox support
  PrivateBoxWorker
A Worker with a private MailBox.
Variables [hide private]
  CATCH_ERRORS = StandardError, socket.error
  FATAL_ERRORS = SystemError, MemoryError