Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
627d2c8e
Commit
627d2c8e
authored
Jul 25, 2017
by
lf
Committed by
Mariatta
Jul 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the link to asyncio source code in the docs (GH-2373)
parent
cc5a65cd
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
3 deletions
+23
-3
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-eventloop.rst
+2
-0
Doc/library/asyncio-eventloops.rst
Doc/library/asyncio-eventloops.rst
+2
-0
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+7
-3
Doc/library/asyncio-queue.rst
Doc/library/asyncio-queue.rst
+2
-0
Doc/library/asyncio-stream.rst
Doc/library/asyncio-stream.rst
+2
-0
Doc/library/asyncio-subprocess.rst
Doc/library/asyncio-subprocess.rst
+2
-0
Doc/library/asyncio-sync.rst
Doc/library/asyncio-sync.rst
+2
-0
Doc/library/asyncio-task.rst
Doc/library/asyncio-task.rst
+4
-0
No files found.
Doc/library/asyncio-eventloop.rst
View file @
627d2c8e
...
...
@@ -5,6 +5,8 @@
Base Event Loop
===============
**Source code:** :source:`Lib/asyncio/events.py`
The event loop is the central execution device provided by :mod:`asyncio`.
It provides multiple facilities, including:
...
...
Doc/library/asyncio-eventloops.rst
View file @
627d2c8e
...
...
@@ -3,6 +3,8 @@
Event loops
===========
**Source code:** :source:`Lib/asyncio/events.py`
Event loop functions
--------------------
...
...
Doc/library/asyncio-protocol.rst
View file @
627d2c8e
.. 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:
...
...
Doc/library/asyncio-queue.rst
View file @
627d2c8e
...
...
@@ -3,6 +3,8 @@
Queues
======
**Source code:** :source:`Lib/asyncio/queues.py`
Queues:
* :class:`Queue`
...
...
Doc/library/asyncio-stream.rst
View file @
627d2c8e
...
...
@@ -6,6 +6,8 @@
Streams (coroutine based API)
+++++++++++++++++++++++++++++
**Source code:** :source:`Lib/asyncio/streams.py`
Stream functions
================
...
...
Doc/library/asyncio-subprocess.rst
View file @
627d2c8e
...
...
@@ -5,6 +5,8 @@
Subprocess
==========
**Source code:** :source:`Lib/asyncio/subprocess.py`
Windows event loop
------------------
...
...
Doc/library/asyncio-sync.rst
View file @
627d2c8e
...
...
@@ -4,6 +4,8 @@
Synchronization primitives
==========================
**Source code:** :source:`Lib/asyncio/locks.py`
Locks:
* :class:`Lock`
...
...
Doc/library/asyncio-task.rst
View file @
627d2c8e
...
...
@@ -3,6 +3,10 @@
Tasks and coroutines
====================
**Source code:** :source:`Lib/asyncio/tasks.py`
**Source code:** :source:`Lib/asyncio/coroutines.py`
.. _coroutine:
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