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
9ae87420
Kaydet (Commit)
9ae87420
authored
Kas 22, 2013
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge heads
üst
e19e3f0b
aa407758
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
asynchat.rst
Doc/library/asynchat.rst
+3
-0
asyncore.rst
Doc/library/asyncore.rst
+3
-0
concurrency.rst
Doc/library/concurrency.rst
+0
-3
ipc.rst
Doc/library/ipc.rst
+3
-0
No files found.
Doc/library/asynchat.rst
Dosyayı görüntüle @
9ae87420
...
...
@@ -10,6 +10,9 @@
--------------
Note: This module exists for backwards compatibility only. For new code we
recommend using :module:`asyncio`.
This module builds on the :mod:`asyncore` infrastructure, simplifying
asynchronous clients and servers and making it easier to handle protocols
whose elements are terminated by arbitrary strings, or are of variable length.
...
...
Doc/library/asyncore.rst
Dosyayı görüntüle @
9ae87420
...
...
@@ -13,6 +13,9 @@
--------------
Note: This module exists for backwards compatibility only. For new code we
recommend using :module:`asyncio`.
This module provides the basic infrastructure for writing asynchronous socket
service clients and servers.
...
...
Doc/library/concurrency.rst
Dosyayı görüntüle @
9ae87420
...
...
@@ -20,9 +20,6 @@ multitasking). Here's an overview:
subprocess.rst
sched.rst
queue.rst
select.rst
selectors.rst
asyncio.rst
The following are support modules for some of the above services:
...
...
Doc/library/ipc.rst
Dosyayı görüntüle @
9ae87420
...
...
@@ -18,6 +18,9 @@ The list of modules described in this chapter is:
socket.rst
ssl.rst
select.rst
selectors.rst
asyncio.rst
asyncore.rst
asynchat.rst
signal.rst
...
...
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