Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba8682 commit f0f5d38Copy full SHA for f0f5d38
1 file changed
Doc/library/asyncio.rst
@@ -33,6 +33,10 @@ Here is a more detailed list of the package contents:
33
* :ref:`synchronization primitives <sync>` for use between coroutines in
34
a single thread, mimicking those in the :mod:`threading` module;
35
36
+* an interface for passing work off to a threadpool, for times when
37
+ you absolutely, positively have to use a library that makes blocking
38
+ I/O calls.
39
+
40
41
Disclaimer
42
----------
0 commit comments