Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
552ace74
Kaydet (Commit)
552ace74
authored
Haz 15, 2019
tarafından
ubordignon
Kaydeden (comit)
Cheryl Sabella
Haz 15, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
üst
f475729a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
process.py
Lib/concurrent/futures/process.py
+1
-1
thread.py
Lib/concurrent/futures/thread.py
+1
-1
No files found.
Lib/concurrent/futures/process.py
Dosyayı görüntüle @
552ace74
...
@@ -505,7 +505,7 @@ class ProcessPoolExecutor(_base.Executor):
...
@@ -505,7 +505,7 @@ class ProcessPoolExecutor(_base.Executor):
worker processes will be created as the machine has processors.
worker processes will be created as the machine has processors.
mp_context: A multiprocessing context to launch the workers. This
mp_context: A multiprocessing context to launch the workers. This
object should provide SimpleQueue, Queue and Process.
object should provide SimpleQueue, Queue and Process.
initializer: A
n
callable used to initialize worker processes.
initializer: A callable used to initialize worker processes.
initargs: A tuple of arguments to pass to the initializer.
initargs: A tuple of arguments to pass to the initializer.
"""
"""
_check_system_limits
()
_check_system_limits
()
...
...
Lib/concurrent/futures/thread.py
Dosyayı görüntüle @
552ace74
...
@@ -125,7 +125,7 @@ class ThreadPoolExecutor(_base.Executor):
...
@@ -125,7 +125,7 @@ class ThreadPoolExecutor(_base.Executor):
max_workers: The maximum number of threads that can be used to
max_workers: The maximum number of threads that can be used to
execute the given calls.
execute the given calls.
thread_name_prefix: An optional name prefix to give our threads.
thread_name_prefix: An optional name prefix to give our threads.
initializer: A
n
callable used to initialize worker threads.
initializer: A callable used to initialize worker threads.
initargs: A tuple of arguments to pass to the initializer.
initargs: A tuple of arguments to pass to the initializer.
"""
"""
if
max_workers
is
None
:
if
max_workers
is
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment