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
7b69da72
Kaydet (Commit)
7b69da72
authored
Haz 24, 2013
tarafından
Richard Oudkerk
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarify note and fix typo.
üst
64c25b42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
multiprocessing.rst
Doc/library/multiprocessing.rst
+3
-2
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
7b69da72
...
@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see
...
@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see
When
an
object
is
put
on
a
queue
,
the
object
is
pickled
and
a
When
an
object
is
put
on
a
queue
,
the
object
is
pickled
and
a
background
thread
later
flushes
the
pickled
data
to
an
underlying
background
thread
later
flushes
the
pickled
data
to
an
underlying
pipe
.
This
has
some
consequences
which
are
a
little
surprising
,
pipe
.
This
has
some
consequences
which
are
a
little
surprising
,
but
should
not
cause
any
pratical
difficulties
--
you
can
always
but
should
not
cause
any
practical
difficulties
--
if
they
really
use
a
managed
queue
if
they
really
bother
you
.
bother
you
then
you
can
instead
use
a
queue
created
with
a
:
ref
:`
manager
<
multiprocessing
-
managers
>`.
(
1
)
After
putting
an
object
on
an
empty
queue
there
may
be
an
(
1
)
After
putting
an
object
on
an
empty
queue
there
may
be
an
infinitessimal
delay
before
the
queue
's :meth:`~Queue.empty`
infinitessimal
delay
before
the
queue
's :meth:`~Queue.empty`
...
...
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