A thread pool that is integrated with the Twisted event loop.
Imported modules
|
|
import main
import sys
import task
from twisted.python import threadpool, threadable, log, failure
|
Functions
|
|
dispatch
dispatchApply
|
|
dispatch
|
dispatch (
callback,
errback,
func,
*args,
*kw,
)
|
|
dispatchApply
|
dispatchApply (
callback,
errback,
func,
args,
kw,
)
|
Classes
|
|
|
|