pychess.System.ThreadPool
index
/home/thomas/Programmering/python/skak/svn/lib/pychess/System/ThreadPool.py

This is a pool for reusing threads

 
Classes
       
ThreadPool

 
class ThreadPool
     Methods defined here:
__init__(self)
start(self, func, *args)

Data and other attributes defined here:
Worker = <class 'pychess.System.ThreadPool.Worker'>

 
Functions
       
Lock = allocate_lock(...)
allocate_lock() -> lock object
(allocate() is an obsolete synonym)
 
Create a new lock object.  See LockType.__doc__ for information about locks.

 
Data
        log = <Log object (pychess+System+Log+Log)>
maxThreads = 50
pool = <pychess.System.ThreadPool.ThreadPool instance>