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
a24d2d82
Kaydet (Commit)
a24d2d82
authored
Eyl 26, 2016
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #10673: Document that Process.exitcode can be used to determine timeout
Patch by Tom Clark.
üst
8b6b5081
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
multiprocessing.rst
Doc/library/multiprocessing.rst
+3
-0
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
a24d2d82
...
...
@@ -496,6 +496,9 @@ The :mod:`multiprocessing` package mostly replicates the API of the
If
the
optional
argument
*
timeout
*
is
``
None
``
(
the
default
),
the
method
blocks
until
the
process
whose
:
meth
:`
join
`
method
is
called
terminates
.
If
*
timeout
*
is
a
positive
number
,
it
blocks
at
most
*
timeout
*
seconds
.
Note
that
the
method
returns
``
None
``
if
its
process
terminates
or
if
the
method
times
out
.
Check
the
process
's :attr:`exitcode` to determine if
it terminated.
A process can be joined many times.
...
...
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