Table of Contents

Module: threadpool Twisted-0.19.0/twisted/python/threadpool.py

twisted.threadpool: a pool of threads to which we dispatch tasks.

If you want integration with Twisted's event loop then use twisted.internet.threadtask instead.

Imported modules   
import Queue
import copy
import sys
import threadable
import threading
import traceback
from twisted.python import log, runtime
Classes   
ThreadPool

This class (hopefully) generalizes the functionality of a pool of

ThreadSafeList

In Jython 2.1 lists aren't thread-safe, so this wraps it.


Table of Contents

This document was automatically generated on Sun Jul 14 19:53:11 2002 by HappyDoc version 2.0