You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: glossary.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Glossary
15
15
The event loop is the central execution device to launch execution of coroutines and handle I/O (Network, sub-processes...)
16
16
17
17
future
18
-
It's like a mailbox where you can subscribe to receive a result when it will be done.
18
+
It's like a mailbox where you can subscribe to receive a result when it will be done. More details in `official documentation <https://docs.python.org/3/library/asyncio-task.html#future>`_
19
19
20
20
task
21
-
It represents the execution of a coroutine and take care the result in a future.
21
+
It represents the execution of a coroutine and take care the result in a future. More details in `official documentation <https://docs.python.org/3/library/asyncio-task.html#task>`_
0 commit comments