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
acd9f7ce
Kaydet (Commit)
acd9f7ce
authored
Tem 25, 2011
tarafından
Charles-François Natali
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by
Patrick Sabin.
üst
432171c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
multiprocessing.rst
Doc/library/multiprocessing.rst
+3
-4
ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
acd9f7ce
...
...
@@ -343,10 +343,9 @@ The :mod:`multiprocessing` package mostly replicates the API of the
.. method:: join([timeout])
Block the calling thread until the process whose :meth:`join` method is
called terminates or until the optional timeout occurs.
If *timeout* is ``None`` then there is no timeout.
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.
A process can be joined many times.
...
...
Misc/ACKS
Dosyayı görüntüle @
acd9f7ce
...
...
@@ -820,6 +820,7 @@ Jeff Rush
Sam Rushing
Mark Russell
Nick Russo
Patrick Sabin
Sébastien Sablé
Hajime Saitou
George Sakkis
...
...
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