Skip to content

Commit f576ea5

Browse files
committed
Add description for ctxkwargs
1 parent c24d1a1 commit f576ea5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/concurrent.futures.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ And::
194194
Default value of *max_workers* is changed to
195195
``min(32, (os.process_cpu_count() or 1) + 4)``.
196196

197+
.. versionchanged:: next
198+
Added *ctxkwargs* to pass additional arguments to ``cls.prepare_context``
199+
class method.
200+
197201

198202
.. _threadpoolexecutor-example:
199203

0 commit comments

Comments
 (0)