Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fc041 commit e601ef0Copy full SHA for e601ef0
1 file changed
Doc/library/concurrent.futures.rst
@@ -137,12 +137,6 @@ And::
137
An :class:`Executor` subclass that uses a pool of at most *max_workers*
138
threads to execute calls asynchronously.
139
140
- *initializer* is an optional callable that is called at the start of
141
- each worker thread; *initargs* is a tuple of arguments passed to the
142
- initializer. Should *initializer* raise an exception, all currently
143
- pending jobs will raise a :exc:`~concurrent.futures.thread.BrokenThreadPool`,
144
- as well any attempt to submit more jobs to the pool.
145
-
146
.. versionchanged:: 3.5
147
If *max_workers* is ``None`` or
148
not given, it will default to the number of processors on the machine,
0 commit comments