Commit f0f5d384 authored by Guido van Rossum's avatar Guido van Rossum

Mention threadpool interface in asyncio overview.

parent bba86822
...@@ -33,6 +33,10 @@ Here is a more detailed list of the package contents: ...@@ -33,6 +33,10 @@ Here is a more detailed list of the package contents:
* :ref:`synchronization primitives <sync>` for use between coroutines in * :ref:`synchronization primitives <sync>` for use between coroutines in
a single thread, mimicking those in the :mod:`threading` module; a single thread, mimicking those in the :mod:`threading` module;
* an interface for passing work off to a threadpool, for times when
you absolutely, positively have to use a library that makes blocking
I/O calls.
Disclaimer Disclaimer
---------- ----------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment