Home | Trees | Indices | Help |
|
---|
|
object --+ | concurrent.futures._base.Executor --+ | concurrent.futures.thread.ThreadPoolExecutor --+ | WSGIExecutor
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
multithread = True
|
|||
multiprocess = False
|
|
|||
Inherited from |
|
Initializes a new ThreadPoolExecutor instance. Args: max_workers: The maximum number of threads that can be used to execute the given calls.
|
Submits a callable to be executed with the given arguments. Schedules the callable to be executed as fn(*args, **kwargs) and returns a Future instance representing the execution of the callable. Returns: A Future representing the given call.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:17 2014 | http://epydoc.sourceforge.net |