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
b73c8331
Kaydet (Commit)
b73c8331
authored
Şub 09, 2014
tarafından
Eli Bendersky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Various formatting & grammar fixes in asyncio* docs.
üst
8b402629
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
asyncio-dev.rst
Doc/library/asyncio-dev.rst
+1
-1
asyncio-eventloop.rst
Doc/library/asyncio-eventloop.rst
+4
-4
asyncio.rst
Doc/library/asyncio.rst
+1
-1
No files found.
Doc/library/asyncio-dev.rst
Dosyayı görüntüle @
b73c8331
...
@@ -44,7 +44,7 @@ the event loop.
...
@@ -44,7 +44,7 @@ the event loop.
.. _asyncio-handle-blocking:
.. _asyncio-handle-blocking:
Handle
correctly blocking functions
Handle
blocking functions correctly
-----------------------------------
-----------------------------------
Blocking functions should not be called directly. For example, if a function
Blocking functions should not be called directly. For example, if a function
...
...
Doc/library/asyncio-eventloop.rst
Dosyayı görüntüle @
b73c8331
...
@@ -8,15 +8,15 @@ Event loops
...
@@ -8,15 +8,15 @@ Event loops
The event loop is the central execution device provided by :mod:`asyncio`.
The event loop is the central execution device provided by :mod:`asyncio`.
It provides multiple facilities, amongst which:
It provides multiple facilities, amongst which:
* Registering, executing and cancelling delayed calls (timeouts)
* Registering, executing and cancelling delayed calls (timeouts)
.
* Creating client and server :ref:`transports <asyncio-transport>` for various
* Creating client and server :ref:`transports <asyncio-transport>` for various
kinds of communication
kinds of communication
.
* Launching subprocesses and the associated :ref:`transports <asyncio-transport>`
* Launching subprocesses and the associated :ref:`transports <asyncio-transport>`
for communication with an external program
for communication with an external program
.
* Delegating costly function calls to a pool of threads
* Delegating costly function calls to a pool of threads
.
Event loop functions
Event loop functions
--------------------
--------------------
...
...
Doc/library/asyncio.rst
Dosyayı görüntüle @
b73c8331
...
@@ -30,7 +30,7 @@ Here is a more detailed list of the package contents:
...
@@ -30,7 +30,7 @@ Here is a more detailed list of the package contents:
* coroutines and tasks based on ``yield from`` (:PEP:`380`), to help write
* coroutines and tasks based on ``yield from`` (:PEP:`380`), to help write
concurrent code in a sequential fashion;
concurrent code in a sequential fashion;
* cancellation support for
Future
s and coroutines;
* cancellation support for
:class:`Future`\
s and coroutines;
* :ref:`synchronization primitives <asyncio-sync>` for use between coroutines in
* :ref:`synchronization primitives <asyncio-sync>` for use between coroutines in
a single thread, mimicking those in the :mod:`threading` module;
a single thread, mimicking those in the :mod:`threading` module;
...
...
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