Package gofer :: Package rmi :: Module threadpool
[hide private]
[frames] | no frames]

Module threadpool

source code

Thread Pool classes.

Classes [hide private]
  Worker
Pool (worker) thread.
  Call
A call to be executed by the thread pool.
  IndexedQueue
Synchronized call queue with indexed search.
  ThreadPool
A load distributed thread pool.
  Immediate
Run (immediate) pool.
Variables [hide private]
  log = getLogger(__name__)
  __package__ = 'gofer.rmi'