Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0f5d38

Browse files
author
Guido van Rossum
committed
Mention threadpool interface in asyncio overview.
1 parent bba8682 commit f0f5d38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/asyncio.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Here is a more detailed list of the package contents:
3333
* :ref:`synchronization primitives <sync>` for use between coroutines in
3434
a single thread, mimicking those in the :mod:`threading` module;
3535

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+
3640

3741
Disclaimer
3842
----------

0 commit comments

Comments
 (0)