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
627d2c8e
Kaydet (Commit)
627d2c8e
authored
Tem 25, 2017
tarafından
lf
Kaydeden (comit)
Mariatta
Tem 25, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add the link to asyncio source code in the docs (GH-2373)
üst
cc5a65cd
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
3 deletions
+23
-3
asyncio-eventloop.rst
Doc/library/asyncio-eventloop.rst
+2
-0
asyncio-eventloops.rst
Doc/library/asyncio-eventloops.rst
+2
-0
asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+7
-3
asyncio-queue.rst
Doc/library/asyncio-queue.rst
+2
-0
asyncio-stream.rst
Doc/library/asyncio-stream.rst
+2
-0
asyncio-subprocess.rst
Doc/library/asyncio-subprocess.rst
+2
-0
asyncio-sync.rst
Doc/library/asyncio-sync.rst
+2
-0
asyncio-task.rst
Doc/library/asyncio-task.rst
+4
-0
No files found.
Doc/library/asyncio-eventloop.rst
Dosyayı görüntüle @
627d2c8e
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
Base Event Loop
Base Event Loop
===============
===============
**Source code:** :source:`Lib/asyncio/events.py`
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, including:
It provides multiple facilities, including:
...
...
Doc/library/asyncio-eventloops.rst
Dosyayı görüntüle @
627d2c8e
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
Event loops
Event loops
===========
===========
**Source code:** :source:`Lib/asyncio/events.py`
Event loop functions
Event loop functions
--------------------
--------------------
...
...
Doc/library/asyncio-protocol.rst
Dosyayı görüntüle @
627d2c8e
.. currentmodule:: asyncio
.. currentmodule:: asyncio
++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++
Transports and protocols (callback based API)
Transports and protocols (callback based API)
++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++
**Source code:** :source:`Lib/asyncio/transports.py`
**Source code:** :source:`Lib/asyncio/protocols.py`
.. _asyncio-transport:
.. _asyncio-transport:
...
...
Doc/library/asyncio-queue.rst
Dosyayı görüntüle @
627d2c8e
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
Queues
Queues
======
======
**Source code:** :source:`Lib/asyncio/queues.py`
Queues:
Queues:
* :class:`Queue`
* :class:`Queue`
...
...
Doc/library/asyncio-stream.rst
Dosyayı görüntüle @
627d2c8e
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
Streams (coroutine based API)
Streams (coroutine based API)
+++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++
**Source code:** :source:`Lib/asyncio/streams.py`
Stream functions
Stream functions
================
================
...
...
Doc/library/asyncio-subprocess.rst
Dosyayı görüntüle @
627d2c8e
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
Subprocess
Subprocess
==========
==========
**Source code:** :source:`Lib/asyncio/subprocess.py`
Windows event loop
Windows event loop
------------------
------------------
...
...
Doc/library/asyncio-sync.rst
Dosyayı görüntüle @
627d2c8e
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
Synchronization primitives
Synchronization primitives
==========================
==========================
**Source code:** :source:`Lib/asyncio/locks.py`
Locks:
Locks:
* :class:`Lock`
* :class:`Lock`
...
...
Doc/library/asyncio-task.rst
Dosyayı görüntüle @
627d2c8e
...
@@ -3,6 +3,10 @@
...
@@ -3,6 +3,10 @@
Tasks and coroutines
Tasks and coroutines
====================
====================
**Source code:** :source:`Lib/asyncio/tasks.py`
**Source code:** :source:`Lib/asyncio/coroutines.py`
.. _coroutine:
.. _coroutine:
Coroutines
Coroutines
...
...
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