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
19cc944e
Kaydet (Commit)
19cc944e
authored
Eki 16, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
part of #4012: kill off old name "processing".
üst
87e6ad29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
multiprocessing.rst
Doc/library/multiprocessing.rst
+5
-5
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
19cc944e
...
...
@@ -378,8 +378,8 @@ The :mod:`multiprocessing` package mostly replicates the API of the
Example usage of some of the methods of :class:`Process`::
>>> import processing, time, signal
>>> p = processing.Process(target=time.sleep, args=(1000,))
>>> import
multi
processing, time, signal
>>> p =
multi
processing.Process(target=time.sleep, args=(1000,))
>>> print p, p.is_alive()
<Process(Process-1, initial)> False
>>> p.start()
...
...
@@ -1781,12 +1781,12 @@ handler type) for messages from different processes to get mixed up.
Below is an example session with logging turned on::
>>> import processing, logging
>>> logger = processing.getLogger()
>>> import
multi
processing, logging
>>> logger =
multi
processing.getLogger()
>>> logger.setLevel(logging.INFO)
>>> logger.warning('
doomed
')
[WARNING/MainProcess] doomed
>>> m = processing.Manager()
>>> m =
multi
processing.Manager()
[INFO/SyncManager-1] child process calling self.run()
[INFO/SyncManager-1] manager bound to '
\\\\.\\
pipe
\\
pyc
-
2776
-
0
-
lj0tfa
'
>>> del m
...
...
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