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
85a2be7d
Kaydet (Commit)
85a2be7d
authored
Ara 03, 2013
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ayncio: replace the disclamer with a seealso section
üst
15faa9c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
asyncio.rst
Doc/library/asyncio.rst
+6
-9
No files found.
Doc/library/asyncio.rst
Dosyayı görüntüle @
85a2be7d
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
This module provides infrastructure for writing single-threaded concurrent
This module provides infrastructure for writing single-threaded concurrent
code using coroutines, multiplexing I/O access over sockets and other
code using coroutines, multiplexing I/O access over sockets and other
resources, running network clients and servers, and other related primitives.
resources, running network clients and servers, and other related primitives.
Here is a more detailed list of the package contents:
Here is a more detailed list of the package contents:
* a pluggable :ref:`event loop <event-loop>` with various system-specific
* a pluggable :ref:`event loop <event-loop>` with various system-specific
...
@@ -40,14 +39,7 @@ Here is a more detailed list of the package contents:
...
@@ -40,14 +39,7 @@ Here is a more detailed list of the package contents:
you absolutely, positively have to use a library that makes blocking
you absolutely, positively have to use a library that makes blocking
I/O calls.
I/O calls.
Table of content:
Disclaimer
==========
Full documentation is not yet ready; we hope to have it written
before Python 3.4 leaves beta. Until then, the best reference is
:PEP:`3156`. For a motivational primer on transports and protocols,
see :PEP:`3153`.
.. toctree::
.. toctree::
:maxdepth: 3
:maxdepth: 3
...
@@ -58,3 +50,8 @@ see :PEP:`3153`.
...
@@ -58,3 +50,8 @@ see :PEP:`3153`.
asyncio-protocol.rst
asyncio-protocol.rst
asyncio-sync.rst
asyncio-sync.rst
.. seealso::
The :mod:`asyncio` module was designed in the :PEP:`3156`. For a
motivational primer on transports and protocols, see :PEP:`3153`.
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